thank you in advance.
]]>I have to create a diagram like the HighCharts Line Diagram, but without the lines connecting the dots. Preferrably the data for each point should also be shown all the time.
Does anyone know how to create this? Or simply remove the lines?
]]>When hovering over the charts, you have to place your mouse pointer exactly on the points to see the tooltip with numbers. I know that many chart libraries allow the mouse to be anywhere on the x-axis to show the y-axis values for easy comparison across the axis.
Would this be possible?
I peaked around the code a bit and found you’re using Chart.js which has an interaction config for this
Reference: https://www.chartjs.org/docs/latest/samples/tooltip/interactions.html
Screenshots below:
]]>