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
9
votes
1 answer

ZingChart tooltip issue when my stylesheet has title

I am doing a proof-of-concept to see if ZingCharts is a viable solution in our web application. I am trying to create a simple stacked bar chart. Everything works fine in my example until I add a title to my style tag, title="mystyle". I am using…
twas
  • 101
  • 3
8
votes
1 answer

How to set colors for plot values in outside series ZingChart

How to set different background colors for different value set outside the series array in zingchart ? Where should and how should i set my background-color-1 for value set1 and valu set2 var myConfig = { type: "mixed", series : [ …
phpnet
  • 903
  • 1
  • 8
  • 23
8
votes
3 answers

Comparision for D3.js vs zingChart library for visualizations and charting

I am looking for visualization and charting in my project. So Suggest all possible comparison for d3.js and zingChart Please also consider following factors : 1.Layout adjustments on webpage 2.Learning simplicity 3.Documentatin available 4.Ease of…
Sagar Bhosale
  • 407
  • 1
  • 5
  • 19
7
votes
1 answer

How to plot WeekOnWeek graphs on one ZingChart chart?

I'm trying to plot two line graphs on one ZingChart chart and struggling to figure out in what format I should pass the data. Basically, I have an array of timestamp/integer pairs for today's and week ago data with one hour intervals e.g.: today =…
djkprojects
  • 425
  • 1
  • 5
  • 8
7
votes
1 answer

In timeseries ZingChart, while using appendseriesvalues in realtime, xValue causing issue

I am trying to create a realtime timeseries graph using ZingChart. But I want it accumulative one in which all points accumulate as data appends. So I am using "appendseriesvalues" in each ajax poll to append data and m passing data as JSON object…
Pradnya P
  • 73
  • 5
7
votes
1 answer

Zing chart - how to add more information to the tool tip?

I am trying Zing Chart and have JS array in this way: "values": [ [1458846060000, 167.272, "Parameter1", "Parameter2", "Parameter3"], [1458847060000, 150.272, "Parameter1", "Parameter2", "Parameter3"] ] When hover-over specific point - I can show…
cikavladimir
  • 443
  • 2
  • 5
  • 11
7
votes
1 answer

ZingChart: Floating Bar Chart

Does ZingChart support a floating bar chart? This would be similar to their waterfall, but giving control over colors and labels. E.g. http://www.amcharts.com/demos/floating-bar-chart/ I'm looking for something like this, but with a time based…
Brent
  • 411
  • 4
  • 11
7
votes
1 answer

My Zingchart does not show, what is wrong?

This is the code below, First I get the data from database:
Sarumaryuu
  • 101
  • 4
7
votes
1 answer

How to display continous line chart (via Zing Chart) with skipped values?

I'm using a line chart to display two series of data. Each series could have skipped values(they initialized with null values). In the result I got a line with breaks. The problem is how to display a continious line in case of skipped values (lower…
Dimitriy
  • 73
  • 3
6
votes
2 answers

how to Create AngularJS charts with dynamic data

Hi im trying having a webpage that displays the sentiments of tweets of politicians. I am trying to create a chart for the sentiment statistics. I am using Zingchart and i am able to create for static data but i am not able to create for dynamic…
Cocoa
  • 63
  • 1
  • 6
6
votes
1 answer

ZingChart change plot CSS depending on X-Scale

I'm using a ZingChart with AngularJS. I have a simple chart, but I would like my plot to be red if it's in the past (if the x-scale date < current Date). I found out that I can set some certain rules to "plot":{ "rules":[ { "rule":"%v …
Shivan
  • 137
  • 1
  • 9
6
votes
2 answers

ZingChart JS - Get visible nodes

I created a Graph using ZingChart library and everything is working as expected. The graph is used to show the power consumption of a specific outlet over time. When the graph is loaded the system shows the kWh consumption for that time period.…
cdonate
  • 143
  • 1
  • 9
6
votes
1 answer

How to render two y-axis in zingcharts-angularjs?

I’m trying to make mixed chart with dual y-axis by using zingcharts-angularjs directive. For dual Y-axis, you follow ‘scale-y-2’ pattern, but it didn’t work in my AngularJS application. Does anyone know how to render two y-axis in…
6
votes
1 answer

Zingchart: Target multiple series in a rule using tokens

I'm wondering whether it's possible to target multiple series in the same rule using tokens. In essence, what I am aiming for is "if the value from series 1 is greater than the value in the same position in series 2, change some styles". Zingchart…
tomfairbs
  • 63
  • 6
6
votes
1 answer

Zing scatter chart node at border gets chopped off

I am using zing chart in my application with scatter & Line chart, everything working fine but the only problem is the scatter chart node circle gets chopped off when it is at extreme end of the chart. Tried increasing margin, setting offset,…
1
2 3
16 17