I developed a simple application with AngularJS and I want to add a simple chart based on this website Js Charts This is my data.json: [ { "name": "city A", "elements": [ { &...
I am trying to plot 2 line series data in ZingChart feed. Below is my script code. <script> var chartData = { "type":"line", "refresh": { "type": "feed", "transport": "...
I am getting a json data from rest api and i want to use it as input to ZingFeed. <!DOCTYPE html> <html> <head> <meta charset="ISO-8859-1"> <title>Insert title here</title> <script src='...
I'm making stacked bar chart with ZingChart library. Here is a sample http://jsfiddle.net/api/post/library/pure/ but suppose i need a limit , e.g the color should only change if it exceeds 15k. Is that possible? var myConfig = {...
Using AngularJS, I'm trying to build a page which features a different dynamically generated Zingchart for each object in an array. My problem is that -- as the data and variable names are dynamically generated in my controller on page load -- I&...
First: Thanks for reading, but there is a lot in this, it may be easier to see it in the CodePen examples that are linked at the bottom. I recently asked a question about how to dynamically create an array for a treemap, and was pointed in the righ...
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...
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. T...
I'd like to draw a graph similar to this one using ZingChart: The best I could do until now was this: Souce: { "graphset": [{ "type": "line", "series": [ { "values":[[1,2...
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...
©2020 All rights reserved.