Questions tagged [zingchart]

ZingChart is a commercial JavaScript charting library with a feature-rich API set used to build interactive charts.

ZingChart is known for:

  • Flexibility
    Design your own chart themes or use ours, across a wealth of chart types and features.

  • Multiple Renders
    Our charting library renders in HTML5 (canvas), SVG, and Image.

  • Speed
    Built by JavaScript experts, our modular library is feature-rich, yet lean and innovative.

  • Support of Live Data
    Need real time? No problem! Push and pull your data through our web sockets.

ZingChart offers the flexibility and resources to create stunning visualizations. We offer over 100 chart types to fit your data. Our unique features like zooming and interactive legends help your users get interactive. And our CSS-like styling allows you to creatively customize your charts.

254 questions
0
votes
1 answer

How to draw a Venn diagram of 6 sets using ZingChart?

I want to draw a Venn diagram of 6 sets. Is it possible by using ZingChart?
Shrikant
  • 61
  • 1
  • 7
0
votes
1 answer

Avoid scrollbar return at the top with Javascript setInterval

Good day, this is my first post. I was trying to create a simple web page containing a line chart where the data on the chart will update every 1 second(via setInterval), Please take note that the data that is being shown in the chart came from the…
Newbie
  • 1
  • 3
0
votes
1 answer

Time Series aren't working

I was trying to set up a Zingchart timeline series but it isn't working properly. The line is incorrect, the date doesn't get converted and the y axis shows also comepletely wrong entries. Is there anyone who can see what I'm doing wrong? Thanks a…
dontworry
  • 1
  • 1
0
votes
2 answers

Add rules to legend items

Is there a way I can address legend items individually? I'd like to style them, make some appear smaller, some disabled, stuff like that. If I were to define a module/plugin, how would I manipulate the array of items? legend: { item: { rules:…
Leeroy
  • 2,003
  • 1
  • 15
  • 21
0
votes
1 answer

How to modify the attributes of nodes in a treemap?

I built a treemap and wanted to alter some attributes of the graph, namely the size of the font used on node descriptions and specify the colors of teh various nodes When right-clicking on the graph and choosing "View Source" -> "Parsed JSON", I…
WoJ
  • 27,165
  • 48
  • 180
  • 345
0
votes
1 answer

Zingchart not showing crosshair plot-area guide-labels for series with only one point

I have a multiple series (time) line chart. I define crosshair-x plot-area guide-labels on the individual series. If a series has more than one data element (point) the plot-area guide-labels for all points in that series display fine. If a series…
0
votes
1 answer

Zingchart PHP wrapper issue

I am attempting to set up Zingchart using the PHP wrapper module. Server: Distributor ID: Ubuntu Description: Ubuntu 16.04.3 LTS Release: 16.04 Codename: xenial Running as a VM under VMWare I am receiving an error with the example code…
Pete
  • 1
  • 3
0
votes
2 answers

how to remove "powered by zingchart" in angularjs piechart

Is there any way to remove "powered by zingchart" text in zingchart piechart ? I saw some answers in web, that need to add license key. Do we have any other way, without adding the license key ?
0
votes
0 answers

Zingchart wordcloud: How to stop showing both uppercase and lowercase of the same word

Demo: https://jsfiddle.net/jbwL9tc0/ Code: var myConfig = { "graphset":[ { "type":"wordcloud", "options":{ "text":"Please welcome John to the company. Please welcome Jane to the company. Welcome Bob. Welcome Amy.…
Jay Singh
  • 15
  • 3
0
votes
1 answer

Angular2 - display charts

In my angular2 application I'm using zingchart to display several charts. In all the examples i saw, this is how they display charts: but what if i want to display…
user6617577
  • 17
  • 1
  • 7
0
votes
0 answers

Using zingchart: Tooltip on chart didn't work

I am doing a Bubble Graph using the Zingchart API. I copied the code but changed some of it to suit my specific needs. All does work as expected but not the tooltip. Below is the code :
Wulan Yaya
  • 23
  • 1
  • 6
0
votes
2 answers

Zingchart is not defined error

I'm working with the mean.io starter project and I am trying to get a chart to display using zingchart. When I inspect my code, I see a zingchart not defined error that looks like this. I am new to using mean.io. I should also mention that this is…
Harry
  • 99
  • 13
0
votes
1 answer

Download zing chart as pdf using itextsharp

I am using zing chart to display various charts on client side. Now there is a requirement to download all the charts in one pdf. For pdf generation I am using itextsharp. Is there any way by which I can integrate zing charts so that itextsharp can…
Karan Desai
  • 3,012
  • 5
  • 32
  • 66
0
votes
1 answer

ZingChart: Stacked bar chart with series of null values

I'm creating a stacked bar chart with ZingChart. Assuming I am viewing daily data, each day shows 2 bars which are stacks of 5 values each. According to the documentation, ZingChart should be capable of handling null values. However, if the first…
Leandri
  • 127
  • 1
  • 13
0
votes
1 answer

ZingChart styling or removing pie chart label that comes from CSV

I have a ZingChart pie chart fed by an external CSV file. How do I hide the label on the pie chart? In the simulated code below it's that read entirely text appearing at the bottom. var chartData = { type: "pie", csv: { title: true, …
Leeroy
  • 2,003
  • 1
  • 15
  • 21
1 2 3
16
17