zingchart Questions

2

Solved

I have a mixed chart with value boxes with top-out placement. On all except the first value, the background color has disappeared from the value box. This was previously working fine in that the wh...
Honora asked 14/3, 2017 at 21:11

1

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 ...
Baldric asked 18/8, 2016 at 17:35

2

Solved

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 sta...
Apophthegm asked 26/7, 2016 at 11:57

1

Solved

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 pol...
Johansen asked 28/6, 2016 at 12:32

1

Solved

I am rendering scatter plot using ZingChart.render() method. It is working fine and giving me the expected result. I want to execute some code after graph rendering is completed. Since the JS code...
Seventeen asked 28/6, 2016 at 9:19

1

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 certai...
Warfeld asked 23/5, 2016 at 11:32

2

Solved

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": [ { "id": "c01", "na...
Combustion asked 16/5, 2016 at 14:35

1

Solved

Is it possible to pass a function to the tooltip key in the Zingchart Json? I tried the following so far: $scope.applyTooltip = function (timestamp) { console.log(timestamp); var tooltip = "&l...
Headfirst asked 4/5, 2016 at 9:3

1

I am trying Zing Chart and have JS array in this way: "values": [ [1458846060000, 167.272, "Parameter1", "Parameter2", "Parameter3"], [1458847060000, 150.272, "Parameter1", "Parameter2", "Paramete...
Questionary asked 20/4, 2016 at 19:16

1

Solved

With the Update of ColdFusion 9 to ColdFusion 11 the underlying chart engine changed from WebCharts3D to ZingCharts. While I managed to find solutions for most of the incompatibilities between the ...
Hartwig asked 16/4, 2016 at 10:22

1

Solved

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 anyon...
Logan asked 17/11, 2015 at 9:13

1

Solved

I have a trellis style pie chart (multiple pie charts in the same grid), similar to http://www.zingchart.com/docs/chart-types/pie/#pie__trellis_chart. The code I am using is very similar to what is...
Eakins asked 28/12, 2015 at 22:23

2

Solved

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 syste...
Sestos asked 26/12, 2015 at 21:16

1

Solved

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 myCo...
Worrisome asked 24/12, 2015 at 9:50

1

Solved

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 po...
Escarpment asked 15/10, 2015 at 1:46

1

Solved

I was wondering if there was any way to dynamically add scale-x markers AFTER the graph has been rendered, perhaps via a function like-so: zingchart.exec('myChart', 'addscalexmarker', { type: "li...
Ornithine asked 4/9, 2015 at 22:19

1

Solved

I am using ZingChart . At loading of the page the chart successfully loads the data from MySql database . But after some interval when the database is updated how to load the latest data ? Please h...
Joellajoelle asked 26/8, 2015 at 0:12

1

Solved

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 th...
Sym asked 21/8, 2015 at 5:48

1

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 t...
Pacer asked 10/8, 2015 at 20:19

1

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 looki...
Hafner asked 4/8, 2015 at 15:11

1

Solved

I am plotting date-time vs integer in ZingChart. Even if there is difference of one second or the difference of 1 hour, the width is same between the two points. If the starting time is same as the...
Contribution asked 24/7, 2015 at 10:37

1

i have a problem that i can only load 1 zingchart in my web even though i have codes for 2 charts. The code will just generate the latest chart, in this case, the pie chart and ignore the bar chart...
Spanner asked 28/7, 2015 at 8:2

1

Solved

I have 2 charts that have the same x-axis, I want one preview and when I scroll that, the 2 charts should scroll at the same time, is this feature available in ZingChart?
Grissom asked 27/7, 2015 at 4:53

1

Solved

This is the code below, First I get the data from database: <?php //getDBConnect function require 'dbfunction.php'; //Get ID from form $id = $_GET['staffid']; //connect to database $con = ge...
Jollity asked 25/7, 2015 at 23:6

1

Solved

So I am initializing a zingChart with the following code. barChartData = "type":"bar" "series":[ "values":[11,16,7,-14,11,24,-42,26,] ] $("#performance-bar-chart").zingchart( data: barCh...
Sidecar asked 24/7, 2015 at 20:27

© 2022 - 2024 — McMap. All rights reserved.