chartjs / Chart.js

Simple HTML5 Charts using the <canvas> tag
https://www.chartjs.org/
MIT License
64.9k stars 11.93k forks source link

Issue while plotting boxplot #10934

Open ajmalmajeed97 opened 2 years ago

ajmalmajeed97 commented 2 years ago

Expected behavior

In chart.js while plotting boxplot with different datasets, some of the data is not shown in the chart. Tried with many other datasets, still facing same issue. Please help me to solve this

It should plot boxplot with any datasets ,irrespective of the data(Number Dataset)

Current behavior

In chart.js while plotting boxplot with different datasets, some of the data is not shown in the chart. Tried with many other datasets, still facing same issue. Please help me to solve this

I have tried plotting boxplot with different datasets, for some dataset its not plotting correctly. I think there is some issue in chart.js.

For the same dataset have tried plotting boxplot using Highchart ,there the data is showing correct

Using Chart.js :-[https://codepen.io/sgratzl/pen/QxoLoY] Using Highchart.js:-[https://jsfiddle.net/fo481t6j/1/]

Reproducible sample

https://codepen.io/sgratzl/pen/QxoLoY

Optional extra steps/info to reproduce

No response

Possible solution

No response

Context

No response

chart.js version

v3.5.1

Browser name and version

No response

Link to your project

No response

ajmalmajeed97 commented 2 years ago

Example Link :-https://codepen.io/ajmalmajeed/pen/xxzyzNM

stockiNail commented 2 years ago

@ajmalmajeed97 I think this could be an issue in boxplot controller and not in Chart.js. Maybe you could open an issue in the boxplot repo: https://github.com/sgratzl/chartjs-chart-boxplot

LeeLenaleee commented 2 years ago

Chart.js versions lower then 4.x are NOT supported anymore, new issues will be disregarded.

ajmalmajeed97 commented 2 years ago

@LeeLenaleee Tried with chart.js version v4.0.1.Same issue is there while plotting boxplot

ajmalmajeed97 commented 2 years ago

@stockiNail Thanks,I will open issue in boxplot repo