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

Styling links according to link.label in zoomcharts library

Trying to style links .. chart has linkRules:{"rule1":linkStyle}, and function defined as such function linkStyle(link){ switch (link.label) { case "Executes": link.fillColor =…
Graphileon
  • 5,275
  • 3
  • 17
  • 31
-1
votes
3 answers

moment() is not working in version 1.6

I'm finding difficulties in overcoming the issue with moment() in latest version 1.8 within apex class. Previously, I had version 1.6 which was working without any issues. Had the below error message in console: Uncaught ReferenceError: moment is…
Rv1
  • 185
  • 1
  • 10
1 2 3
4