jChartFX is a set of Javascript libraries providing charts and graphs for professional and serious business data visualization and analysis.
Questions tagged [jchartfx]
29 questions
4
votes
0 answers
Get absolute screen coordinates of a div inside a webview on Android
I have a complex chart (jChartFx) created using javascript inside a webview on Android. I need to be able to export this chart to a png file.
I've tried using html2canvas but the chart is rendered using svg which is not supported, so my next try is…

Julian Suarez
- 4,499
- 4
- 24
- 40
2
votes
1 answer
jChartFX not animating
I am using jchartfx to generate charts. The graph demos on jchartfx website load animated. My graph code is below and the problem is that my graph doesn't seem to animate and just loads straight away.
Here's a jsfiddle:…

John
- 6,417
- 9
- 27
- 32
1
vote
1 answer
Last version of jChart, JFreeChart, iText, JasperReports that runs with jdk 1.4
I'm going to develop a Web App. with Jdk 1.4 on Weblogic 8 and I need to use jChart, JFreeChart, iText and JasperReport.
Which version of these libraries do I have to use?
Thanks.

user993487
- 21
- 3
1
vote
1 answer
how to convert jchart into csv format
Please can anyone tell me how to convert a JChart into csv format , so that I can save the chart data into csv format

agarwal_achhnera
- 2,582
- 9
- 55
- 84
1
vote
1 answer
JavaScript doesn't always work in Qualtrics
I am finalizing the coding of a survey on Qualtrics which uses a lot of JavaScript. Unfortunately, for the most important question of my survey, JavaScript does not work [EDIT: does not load] when the question is not in first position in the survey.…

bixiou
- 124
- 2
- 10
1
vote
0 answers
jChartFX - How to show Tool Bar
Hi I just use jChartFx to present charts and graphs in my website. At some point, I want to show the Tool Bar within the Charts to change the motif or the palette. How should I do this in jQuery ? I just search in their documentation on how to do it…

Kentot
- 512
- 5
- 10
- 26
1
vote
1 answer
Printing Jchartfx chart
I'm not really sure on how to do this. I can get it to print by doing the code below however it comes out in black and white and there are 2 of them when I recreate the chart multiple times, but never more than two
var PrintString = "";
…

Blake
- 345
- 1
- 4
- 14
1
vote
1 answer
Error occur in Visual Studio Environment
I am trying to create charts using jchartfx. I can trying with the example provided.my problem is when I run the HTML directly from the folder. its working and rendering the properly.But when I add that page into visual studio and try to run the…

threeleggedrabbit
- 1,722
- 2
- 28
- 60
1
vote
2 answers
jchartfx exporting a chart to image
I want to export my chart to an image which i have created using http://www.jchartfx.com . I came across the export function in its documentation from the link - http://www.jchartfx.com/api/Chart/Export but the example as
chart1.export,…

Hmahwish
- 2,222
- 8
- 26
- 45
1
vote
1 answer
Error using jChartFX with SharePoint 2013
I am attempting to create a graph in a web part using jChartFX. However, when I include the jchartfx.system.js file, the Visual Studio debugger breaks on a JavaScript runtime error, stating that a semicolon (;) is expected. The file in question is…

wjervis
- 15
- 5
1
vote
1 answer
Gallery is not defined
I'm getting the above error message trying the 'Getting started' tutorial for jChartFX. In my page, all I've got is this (and it's in the same folder as the extracted jchartfx files/folders):

Richard
- 1,731
- 2
- 23
- 54
1
vote
0 answers
jChartFx dataset issue
i am using jChartFx to create a line chart using the data set below:
here is a jsfiddle: http://jsfiddle.net/3LkG3/2/
var data = [
{ "Month": "Jan", "A": 40, "B": 12 },
{ "Month": "Feb", "B": 19 },
{…

John
- 6,417
- 9
- 27
- 32
1
vote
1 answer
Is it possible that jChartFX will automaticlly position my text annotation on the chart based on (X, series)?
I am using an line chart with text annotation.
According to the documentation of jChartFX, in order to put an annotation, I have to do something like annText3.attachElastic(2.9, 3200, 6.2, 2800); (based on that example) and provide bounds for entire…

Roi Ezra
- 506
- 1
- 5
- 11
1
vote
0 answers
Creating a chart using jchartfx
I need to create a chart through dynamic data.