Pls find the below image for time in box chart, is it possible to get same UI in chartjs or ng2-charts? Kindly help here. enter image description here
Asked
Active
Viewed 61 times
1 Answers
0
Yes this is possible. For the round data points you can use a buble chart and the either use the annotation plugin ( https://github.com/chartjs/chartjs-plugin-annotation ) or write a custom plugin to draw the box

LeeLenalee
- 27,463
- 6
- 45
- 69
-
Hi LeeLenalee, Thanks for response. Pls give me the custom plugin code, i'm not aware of write customize plugin to draw the box. Kindly help me here. Or Share the Same UI url as well. – Thamizharasan P Mar 19 '21 at 11:24
-
Kindly help me here LeeLenalee. – Thamizharasan P Mar 23 '21 at 06:18
-
You can take a look at this fiddle on how to use the plugin api to draw the lines on the canvas like you want, you might want to make them look nicer and maby not hardcoded like this since they wont stay at the correct spot on the canvas on resize. https://jsfiddle.net/Leelenaleee/3d4p9mgk/17/ – LeeLenalee Mar 23 '21 at 11:08