Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
533 views
in Technique[技术] by (71.8m points)

charts - is there combination char which is of Bar , line in reactJS

I need to implement combination chart . enter image description here

As the reference image , is it possible to achieve it in React JS ? could anyone help me with reference link ?

question from:https://stackoverflow.com/questions/65600912/is-there-combination-char-which-is-of-bar-line-in-reactjs

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

You can use the React porting of chart.js and read this documentation:

https://www.chartjs.org/docs/latest/charts/mixed.html?h=mixed

The chart.js react package you can use is this:

https://github.com/reactchartjs/react-chartjs-2


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...