New user questions #10006
New user questions
#10006
-
I am having issues with apexcharts so I am looking for alternatives and chart.js seems it could work.
|
Beta Was this translation helpful? Give feedback.
Answered by
LeeLenaleee
Dec 18, 2021
Replies: 1 comment
-
1: If you remove the legend and scales I guess it should still look somewhat visible but not sure since it's really small 2: yes you can use the financial chart: https://github.com/chartjs/chartjs-chart-financial 3: yes you can pass a canvas gradient to it, type field in docs says you can pass a colour which can be a canvas gradient: https://www.chartjs.org/docs/master/general/colors.html |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kurkle
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
1: If you remove the legend and scales I guess it should still look somewhat visible but not sure since it's really small
2: yes you can use the financial chart: https://github.com/chartjs/chartjs-chart-financial
3: yes you can pass a canvas gradient to it, type field in docs says you can pass a colour which can be a canvas gradient: https://www.chartjs.org/docs/master/general/colors.html