Questions tagged [jscharts]

JS Charts is a JavaScript based chart generator that requires little or no coding. JS Charts lets you create charts in different templates like bar charts, pie charts or simple line graphs.

Features. Why should you use JS Charts?

  • You don't have to write code
  • It's easy to integrate
  • It's customizable
  • You can setup your charts online
  • You can create the three most common types of charts: bar, pie and line
  • It's compatible with most web browsers
  • You don't need any server-side plugins/modules
  • It's a 100% JavaScript component
  • It's free (watermarked)
43 questions
0
votes
1 answer

JS charts in React JS - Issue with Data showing twice when modifying color

I have a react application using JS charts, the data is pulled from a REST/JSON API. My chart shows two line graphs: Line 1) Original and Line 2) Modified. I want both the original and modified to show their own respective color. My Original Code…
user1724708
  • 1,409
  • 7
  • 31
  • 53
0
votes
0 answers

Add legend in Doughnut Chart.js

I add doughnut char using chart js library and populate data with ajax call. Doughtnut is render correctly but there is no legend. According documentation http://www.chartjs.org/docs/latest/charts/doughnut.html if a label occurred, data is shown in…
IvoAtanasov
  • 166
  • 2
  • 12
0
votes
2 answers

JS chart not showing in HTML

I am totally new to html. I was asked to display a simple chart in JS in a page. This is my code, I am not getting anything displayed. JS Charts