You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Id like to change the size, padding, and color of the scroll bar during horizontalViewScrollbarMode="Persistent"
Im using igniteui-angular-charts 13.2.0
This discussion was converted from issue #12481 on January 04, 2023 10:28.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Id like to change the size, padding, and color of the scroll bar during
horizontalViewScrollbarMode="Persistent"
Im using igniteui-angular-charts 13.2.0
Start of the data chart,
<igx-data-chart #chart [isHorizontalZoomEnabled]="true" [isVerticalZoomEnabled]="false" horizontalViewScrollbarMode="Persistent" (seriesMouseLeftButtonDown)="onSeriesMouseLeftButtonDown($event)" width="100%" height="17.1875rem" [dataSource]="timeSeriesDisplayData" [highlightingMode]="hightlightMode" zoomSliderType="None" defaultInteraction]="defaultInteraction" [outlines]="outlineColors" yAxisMinimumValue="42" title="Time Series">
Beta Was this translation helpful? Give feedback.
All reactions