ποΈ Visual formatting options
The visual has properties to configure the behavior of the chart and visual.
ποΈ Sync traces with columns
The visual version 1.5.0 or above is required
ποΈ Rest range on column mapping
After creating a chart, Plotly.js defines axes ranges in the βlayoutβ object:
ποΈ Display mode bar
The property controls the visibility of the Plotly.js control buttons at top right corner of chart:
ποΈ Import and export chart JSON
Import and export chart JSON
ποΈ Data binding/Data mapping
Each time when users assign columns in trace at the trace tab in Chart Studio, Plotly.js creates attributes with data and reference.
ποΈ Color columns
The visual creates additional colors for each categorical column value. In the trace configuration section, you can see those columns:
ποΈ Fetch more data
By default, Power BI visuals have a limitation of one thousand data points. However, visual developers can extend it up to 30,000 data points. Additionally, visuals can call Fetch More Data API to load more data.
ποΈ Highlights
Highlights on the visual allow showing sections of data related to selected data points in other visuals.
ποΈ Tooltips
Tooltips are an elegant way of providing contextual information and detail to data points on a visual.