Questions tagged [chart.js3]

Chart.js 3.x is an updated and newer version of Chart.js.

Chart.js 3.x introduces a number of breaking changes. Major highlights of this version are listed in the 3.x Migration Guide.

For more information on Chart.js, check out the original tag.

112 questions
0
votes
2 answers

Chartjs chart with only one axis

Chartjs one line chart without grid, axis and tick labels. I want to draw chart something like above. I don't want axes labels, tick labels and grid lines, only one line which will progress on the right as data (X values) added to the chart. I want…
User7723337
  • 11,857
  • 27
  • 101
  • 182
0
votes
1 answer

Chart.js Version 3: how to set the different color for tick lines and gridlines

Is there a way to set a different color for chart tick line and gridlines color, using chart.js 3.x? When I change the gridline color then tick color also changes, I want to have a different color for the tick and gridlines. I tried with the below…
User7723337
  • 11,857
  • 27
  • 101
  • 182
0
votes
2 answers

Chart.js 3.x not able to display data on chart

I have the below chart using chart.js 3.x. https://jsfiddle.net/7oxmesnj/1/ I have below chart configuration: var options = { type: 'scatter', data: { labels: ["Red", "Blue", "Yellow", "Green", "Purple", "Orange"], datasets: [ { …
User7723337
  • 11,857
  • 27
  • 101
  • 182
0
votes
1 answer

Changing borderDash for specific gridLines in radar chart

I am using ChartJS to generate a radar chart. I wish for the last gridLine (the outermost) to remain solid, while all the others are dashed. Picture example: I've seen that it is possible to have varying borderDash in this pull request which also…
RuniVN
  • 13
  • 1
  • 6
-1
votes
1 answer

Gauge Chart using Chart.js V3

Has anyone done a gauge chart using the lattest version 3.X of Chart.js? I've seen people modifying the Doughnut charts on the version 2.X. Wondering if anyone has done it with 3.X or just looking for some tips
Andre Mendes
  • 11
  • 1
  • 3
-1
votes
2 answers

Implement a cash flow timeline

I'm trying to implement a timeline for cash inflow and outflow like this: I cannot figure out if there is any chart type which might help. Is it possible to implement such a chart?
Megidd
  • 7,089
  • 6
  • 65
  • 142
-1
votes
1 answer

(Chart.js) how can I set min value(and max value if I can) as a specific number?

I am looking for the way to reach minimum value of the chart. I found and tried options.scales.yAxes[n].ticks.beginAtZero = true but 0 is too small to be a minimum value of my chart. is there any way to set minimum value of the chart in Object(or…
Junho Ahn
  • 36
  • 5
1 2 3 4 5 6 7
8