bdeterling Report post Posted February 9, 2018 I can't seem to get toolText to work with data items on a zoomline chart. The data item looks like: { value: 1, toolText: 'Tooltext' } but it just shows the value when I hover over the point. Can you please provide a working of example of how to accomplish this? Thanks Brian Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted February 12, 2018 Hi, Zoomline, when showcased using compact mode form, will only show the value as the tooltip however in order to customize it you could provide the data format for multi-series chart and add a custom tool text at the data level. Please check the sample for reference - http://jsfiddle.net/22sbz8y6/ Share this post Link to post Share on other sites