Advice on using chart library for console #1051
-
I see the react components for Charts is deprecated and we don't have a chart component in paste yet. When shall chart components be available in paste? Any risk in using the deprecated component. Can we use the highchart-react component directly? Our new design for debugger using Charts: https://twilio.invisionapp.com/share/NUZLGG8W9BG#/screens/439248474 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
We had a similar use case in iot-console earlier this year, and decided to use highcharts directly while we wait for something similar in Paste (if that's on the roadmap..). I wouldn't recommend using the react-components library for this as those dependencies are quite old and it's harder to find/navigate older documentation. |
Beta Was this translation helpful? Give feedback.
We had a similar use case in iot-console earlier this year, and decided to use highcharts directly while we wait for something similar in Paste (if that's on the roadmap..). I wouldn't recommend using the react-components library for this as those dependencies are quite old and it's harder to find/navigate older documentation.