The current implementation of the scrollbar at the chart level introduces several UI and behavior limitations. These limitations primarily affect the rendering and positioning of chart components such as the title, axes, and legend when scrolling is enabled.
The following points outline the known constraints in the current version.
When the chart-level scrollbar is enabled, the title and subtitle components are rendered with a transparent background.
The title and subtitle may overlap with chart content during scrolling.
Background styling for these components is not supported in the current implementation.
The X-axis and Y-axis are currently rendered as transparent layers when the scrollbar is enabled.
Axis areas may visually blend with the chart plot area.
Axis labels and ticks may overlap with underlying chart elements.
Axis components may also become scrollable depending on the chart configuration.
Axis behavior during scrolling may vary depending on the chart layout and configuration.
When a scrollbar is applied at the chart level, the legend participates in the scrolling behavior.
The legend will move along with the chart content while scrolling.
The legend position may not remain fixed relative to the chart container.
In some cases, the legend alignment or placement may appear incorrect when the scrollbar is enabled.
This limitation affects charts where the legend is positioned outside or aligned relative to the chart container.
When a scrollbar is applied at the chart level, the equal spacing as consumed by all the columns of a single category is added between two adjacent distinct categories.
The data points for different categories are displayed separated by the additional space, not needed for the user.
Chart width internally is increased and All categories thus need additional scrolling to display on the chart.
Enabling the scrollbar at the chart level currently affects multiple chart UI components. The main limitations include:
Transparent title and subtitle rendering.
Transparent and potentially scrollable axes.
Legend scrolling along with chart content and possible misalignment.
Additional spacing between ascendant category data points.
These behaviors are known limitations and may be improved in future releases.
Map charts will not be displayed in the chart picker pane while configuring the mobile canvas or mobile view.
Previously configured map charts that already exist on the mobile canvas will not render in the mobile application.