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
1
vote
0 answers

Having two titles in js charts

https://canvasjs.com/html5-javascript-doughnut-chart/ I already used the title property inside my js chart (in the middle of the doughnut ) But I was wondering if i can add a title (text) on top of the chart as well ! how can I achieve that?
1
vote
1 answer

Random curves in JS chart line graph by amCharts

I am facing a strange behaviour of line graph (using amCharts library). I am passing pretty straight forward data array to create chart while the chart draws some random curves anywhere in the trend line. The data i am passing is exactly : {date:…
Usman Iftakhar
  • 278
  • 5
  • 17
1
vote
0 answers

Bar graph rows in the database and order by status, using jscharts and php

I need help debugging this prob, I'm using javascript and php here are my files data.php -> display the data from database bargraph.html -> bar graph display chart.min.js, jquery-3.2.1.min.js, and my defined js file app.js - js files The…
Grey Fren
  • 11
  • 2
1
vote
0 answers

Pie chart value compare to another value with decimal

I have a pie chart which stores value of a label let say label1 = 1.60 and label2 is 20.00 I want to compare the value of label1 to label2. Like 20.00 is the base and 1.60 is the percentage. can anyone help me with this? This is what I tried so…
x'tian
  • 734
  • 2
  • 14
  • 40
1
vote
0 answers

Fill in JSchart with JSON file

I'm creating a JSchart with some JSON data i gathered from a FitBit. https://jsfiddle.net/d0708akg/4/ This is my Code: