Pre loader

tooltipSvgTemplate on Cursor Modifier No Documentation to Change the tooltip

Closed
1
0

Can you please provide an example or documentation on how to change the tooltip style? Is any method to turn off the cursor pointer for a particular data series?

Version
1.1.1359
  • You must to post comments
0
0

const cursorModifier = new CursorModifier({
crosshairStrokeThickness: 1,
showTooltip: true,
showAxisLabels: false
});
cursorModifier.tooltipSvgTemplate = (
seriesInfo: SeriesInfo[],
svgAnnotation: CursorTooltipSvgAnnotation
) => {
return <svg></svg>;
};
sciChartSurface.chartModifiers.add(cursorModifier);

  • You must to post comments
Showing 1 result

Try SciChart Today

Start a trial and discover why we are the choice
of demanding developers worldwide

Start TrialCase Studies