Questions tagged [chartnew.js]
14 questions
1
vote
1 answer
Get position in array element
In JavaScript, I am unable to figure out how to use the data object in the function below to get the position of the clicked-on data point (e.g. third data point in the series).
Using chartsNew.js, a popular fork of charts.js, this code shows the…

crashwap
- 2,846
- 3
- 28
- 62
1
vote
1 answer
issue with customisation of Chart new.js for bar chart
Hi I am working on Chartnew.js for plotting bar chart.I have defined the x and y axis labels and have plotted the bars in it.
1)How can i fixed the width of each bar in this chart(width should be equal say 20 px)
2)What is the maximum number of bars…

Vikas Ojha
- 27
- 1
- 5
0
votes
0 answers
One of the bar in horizontal barchart of chart.js (ChartNew.js) does not grow horizontally though it has more than 60% value
No width for the bar in horizontal bar chart:
In the above chart the first bar is not displaying the values.
Though the value of it is more than 60% the width of the bar never grows.
Thanks in advance.
Below is the code i am…
0
votes
0 answers
ChartNew.JS: issue with external CSS file
Has anybody worked successfully with chartnew.js (https://github.com/FVANCOP/ChartNew.js/) and an external CSS file?
Essentially, I can't get it to run. A simple chart can successfully produced like so: