6
votes

I am trying to use Chart.js to display the data of Blood pressure, which include three sets of data(pulse, systolic, diastolic). the pulse data should display as line chart while systolic, and diastolic will be in bar chart. So I wondering there should be a way to combine them together.

PS. the updated Chart js provide the Stacked Bar Chart, which is pretty good to learn as the beginning of customizing Chart js.

1
sorry for the late post, [you should check here][1] [1]: stackoverflow.com/questions/25811425/…Andry Yosua
This post provide a great work for the answer, awesome! stackoverflow.com/a/25828230/2512793Jamie Gan
charts.js now supports combined bar and line chart: stackoverflow.com/questions/25811425/…Chirag B

1 Answers

1
votes

No you cannot, as is documented by this outstanding issue.

https://github.com/nnnick/Chart.js/issues/799