Questions tagged [zoomcharts]

ZoomCharts is JavaScript chart and graph library utilising HTML5 features to bring highly interactive charts and graphs to web applications.

ZoomCharts is a fresh visualization library, started in 2013, backed by VC funding. Aim is to deliver stunning charts and graphs to web applications with full multitouch and retina support, utilising what HTML5 offers and focusing on cross device/platform compatibility.

Before asking question, make sure to review the extensive documentation on ZoomCharts.

Use this tag to ask questions about integrating this library into different environments, challenging styling requirements, advanced binding with other js components, and other questions that are related to development with ZoomCharts. Also, use this tag to ask questions about integration with different backends. However, as ZoomCharts covers UI part and works with JSON data, backend related questions should have proper DB tag attached.

47 questions
0
votes
2 answers

ZoomCharts drag and drop

I am new to zoom charts (net charts) and I have a couple of questions: I would like to be able to drag a node and when the user drops it, to process the event. Is there a way to do that? I was looking at the onPositionChange event, but that event…
dpdragnev
  • 2,011
  • 2
  • 28
  • 55
0
votes
1 answer

Customize node in netchart

I am testing netchart from zoomchart and I have question. Is possible to customize node? For example, can I use HTML and style it with CSS or I need use only Node style attributes? I want to display node with image, text, button and hover it.
skav3n
  • 170
  • 2
  • 10
0
votes
2 answers

how to integration zoom Chart with angular 2

is this possible to integrate Zoom chart with angular 2need basic idea is anyone done this before , didn't find any thread related to this on Internet that's why i asked here, any clue ?
Shailendra Sharma
  • 6,976
  • 2
  • 28
  • 48
0
votes
1 answer

calling setPie shows "other" slice eventhough i disabled it

I have a zoom pie that can go 4 levels deep. In my settings object i have this: interaction: { others: { enabled: false } }, which effectively disabled the "other" slice. I implemented my own breadcrumbs and when the user clicks on it, i…
samiboy
  • 33
  • 4
0
votes
1 answer

Zoomcharts: Multiple TimeCharts with linked TimeAxis

I am currently working in a project where we want to display multiple time charts with linked time axis. We have one chart which displays multiple series of numeric data. Furthermore, there is any number of further charts which displays exactly one…
Le Y
  • 1
0
votes
1 answer

From where I can learn Zoomcharts

ZoomCharts Hi, I am new to zoomcharts and i want to learn completely how to make dashboard in zoomchart. From where I can get this information, or to whom I need to connect with for this? Regards, Amit
Amit
  • 11
0
votes
1 answer

Bug zoomcharts linkClasses not showing links

I am using zoomcharts NetCharts to display the netchart legends. I see that nodeClasses seem to be working fine, but not linkClasses (I don't see the link being displayed under the Legend section)? The source code for testing it out is here:…
amulllb
  • 3,036
  • 7
  • 50
  • 87
0
votes
1 answer

how to make incrementally added nodes persistent in manual navigation

Using the NetChart of zoomcharts (1.5.1), it seems that addData() only works for navigation = showall. In case I try using navigation = manual, it requires initialNodes. Is there a way initialNodes automatically gets populated with existing data…
amulllb
  • 3,036
  • 7
  • 50
  • 87
0
votes
1 answer

Zoomcharts API on safari

I am using zoomcharts api for drill downs in pie charts and it seems to work pretty good on all browsers except for safari which crashes after few clicks. I am using basic configurations for it as followed: var data = { "subvalues":[ …
0
votes
1 answer

zoomcharts 1.5.1 - how to display multiple colors/multiple hover on a single link

I want to know if zoomcharts has the following features in their latest update (1.5.1): I want one single link between two nodes to be able to be colored with two colors (left-half with red and right-half with black). Also, i want to be able to…
amulllb
  • 3,036
  • 7
  • 50
  • 87
0
votes
1 answer

zoomcharts - 1.5.1 hover over multiple links doesn't work

I see that zoomcharts has come up with cool features in their latest update (1.5.1), but it has some bugs i believe... I am not able to hover over middle links in case of multiple links between two nodes. I can only hover over 1st and last link If…
amulllb
  • 3,036
  • 7
  • 50
  • 87
0
votes
1 answer

Zoomcharts right click node disable glow/shadow

I am using the zoomcharts net chart, and I am having issues disabling the glow you get when you right click a node. Ive looked at the api over and over and do not see an option for doing this. The closest ive gotten was handling the right click…
jiujiteiro
  • 35
  • 1
  • 6
0
votes
1 answer

zoomcharts - netcharts group nodes

I have two questions in using the zoomcharts. Is there a way to group nodes and display the group and on zoom-in display the specific nodes? Also, is there a way to draw hierarchical network?
amulllb
  • 3,036
  • 7
  • 50
  • 87
0
votes
1 answer

Overruling chart.style.nodeDisplay in nodeRule in zoomcharts

I have use nodeRules to set specific styling for nodes depending on the type of node. Now looking for a way to overrule nodeDisplay settings. What I want to achieve is that when there is no node.image available, that it shows the label. in my chart…
Graphileon
  • 5,275
  • 3
  • 17
  • 31
0
votes
1 answer

retrieving non-visible nodes in Zoomcharts

I a looking for a way to access non-visible nodes in a Zoomcharts NetChart . chart.nodes() returns only visible nodes, while exportData(false,true) allows me to export a list including hidden nodes in json. Is there a function available to…
Graphileon
  • 5,275
  • 3
  • 17
  • 31