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
I am using an igx-data-chart with a line series and a category X-axis. I would like to know if it's possible to display the tooltip, as shown in the screenshot, for this configuration. Specifically, I am looking for tooltip functionality similar to what is available for the igx-data-chart with a category X-axis and line series.
After toggling showDefaultTooltip to false, if you are still having issues please make sure similar modules are loaded, especially the IgxDataChartInteractivityModule
see app.module.ts in the sample above. Let me know if you have any questions.
@mddifilippo89
Hello I tried out the solution you suggested and it is not working.
Also, I have added the module IgxDataChartInteractivityModule in module.ts file
I am using an
igx-data-chart
with a line series and a category X-axis. I would like to know if it's possible to display the tooltip, as shown in the screenshot, for this configuration. Specifically, I am looking for tooltip functionality similar to what is available for theigx-data-chart
with a category X-axis and line series.The code snippet is shown below:-
`<igx-data-chart domChange (onInit)="loadAxes(chart)" [crosshairVisibility]="crosshairVisibility" #chart
height="100%" width="100%" [legend]="legend" [defaultInteraction]="defaultInteraction"
[brushes]="brushColor" [isHorizontalZoomEnabled]="false" [isVerticalZoomEnabled]="false"
[dataSource]="chartData" highlightingMode="FadeOthersSpecific"
(plotAreaMouseLeftButtonDown)="chart_plotAreaMouseLeftButtonDown"
(seriesMouseLeftButtonDown)="chart_seriesMouseLeftButtonDown($event)"
highlightingBehavior="NearestItemsAndSeries">
The text was updated successfully, but these errors were encountered: