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

Plotting a completely responsive zingchart and a visually appealing one(width-wise)

Need to plot a zingchart that is completely responsive & visually accurate. To my knowledge, we need to provide the height and width in % (ex: 100% or 80%) for the div in which we are going to plot the zingchart. While writing the zingchart.render…
0
votes
1 answer

ZingChart line chart with x-axis only with only existing value

Is it possible to have x-axis only on Zing Line Chart and also only display existing points on x-axis ? Thanks.
Dreamweaver
  • 1,328
  • 11
  • 21
0
votes
1 answer

Create and update multiple series in Zingchart

I'm trying to graph some Network data in Realtime using Zingchart. I'm using websockets to send data from a twisted pyton server to Zingchart. Is there any way to identify which serie to update? For instance if a have this serie: 'series': [ …
izeka
  • 1
  • 1
0
votes
1 answer

How to format numbers on tooltips with ZingChart

I would like to format the number that's displayed on a tooltip like this: var num = 0.1234567890; num.toFixed(4); "0.1235" I checked the documentation but it mostly deals with dates and big numbers Is there a way to do this?
Spiff
  • 3,873
  • 4
  • 25
  • 50
0
votes
1 answer

Is there a way to add alt attributes to ZingChart?

For general accessibility and section 508 compliance, we need the ability to add alt attributes to rendered charts. Even an empty alt would be sufficient.
Steve W
  • 23
  • 2
0
votes
1 answer

Adding Pagination And Column Sorting To ZingChart Grids

Is it possible to add pagination and sorting to zingchart grids. https://www.zingchart.com/docs/chart-types/grid/?q=javascript%20grids%20%7C%20zingchartasset%201#grid__data
Winnipass
  • 904
  • 11
  • 22
0
votes
2 answers

zing-chart ring text align to center

I'm not able to align the text to center. HTML code zingchart json data $scope.data = { globals: { shadow: false, fontFamily: "Verdana", fontWeight: "100" }, …
piyush singh
  • 395
  • 8
  • 24
0
votes
2 answers

Unable to implement ZingChart-React

I'm stuck with this codes, index.html React Redux Starter Kit
piyush singh
  • 395
  • 8
  • 24
0
votes
0 answers

angular2 and zingchart Uncaught (in promise) in lable/node_click

I am using zingchart in my angular2 application and came a cross this problem. when I am trying to click the node - I get: angular2.dev.js:23730 EXCEPTION: Error: Uncaught (in promise): TypeError: Cannot read property 'parentNode' of null when I try…
Noa
  • 337
  • 2
  • 4
  • 11
-1
votes
2 answers

Conditional rounded corners on stacked bar chart

I have a chart with stacked bars A and B A is on top of B and A have top corners rounded but not B. But I want B having rounded top corners when A = 0
Martial
  • 1,446
  • 15
  • 27
-1
votes
1 answer

How to show reverse y axis of Zingchart in python?

I am trying to implement Zingchart in Python and I want to show y axis in reverse order from top to bottom like -10, 0, 10,20.....120, and also trying to hide alternative line on x axis and show fixed labels on x axis. Does anyone know how to show y…
-1
votes
1 answer

Reduce white space in word cloud zingcharts?

I am trying to make word cloud using zingcharts. But I am not able to reduce white space between the words and make the word cloud more compact. Current Version of word cloud I want something like this. Ideal wordcloud version Code for generating…
-1
votes
1 answer

How to use Zingchart in Javascript?

i want to use zingChart in my project using javascript can anyone have idea how to do ?
Annoymus
  • 9
  • 1
-2
votes
1 answer

Can I control the color of the first bar in a zingchart waterfall chart?

can i control the color of the first bar in a Zingchart waterfall, or must it acquire the positive/negative property? I have tried tweaking the standard waterfall options
rlautt
  • 1
1 2 3
16
17