Questions tagged [dojox.charting]

dojox.charting is a sub-library of the Dojo Toolkit, which is an open source modular JavaScript library designed to ease the rapid development of cross-platform, JavaScript/Ajax-based applications and web sites. It is dual-licensed under the BSD License and the Academic Free License.

dojox.charting is a sub-libarary of the Dojo Toolkit that provides fully JavaScript based 2D and 3D charting that is very feature rich.

The documentation for the libarary is available here: http://docs.dojocampus.org/dojox/charting/

192 questions
0
votes
1 answer

Add label to dojo pie chart

I have added code to draw pie chart from grid data. I want to add name of parameter to on chart. How could i represent this. I want to plot pie chart area vs no of people with that that area. I am getting chart but not able to represent area name in…
Rajeev
  • 4,762
  • 8
  • 41
  • 63
0
votes
1 answer

Unable to plot pie chart in Dojo

I am trying to plot pie chart in dojo for a POC. I am not able to draw it. Can someone help me to figure out the issue. I googled lot but couldn't find exact issue. I am able to draw bar chart but seeing issues with pie chart. I am storing data in…
Rajeev
  • 4,762
  • 8
  • 41
  • 63
0
votes
1 answer

dojo charting with multiple axis

I'm trying to create a line graph with some series displayed on the LHS axis ("y") and some series on the RHS axis ("other y"): //Init chart and set theme var myChart = new Chart("graphDiv") myChart.setTheme(theme) //Add plot for LHS…
n1ckdm
  • 201
  • 2
  • 5
  • 12
0
votes
0 answers

how to over come the stop script error in the browser when rendering large chart data using dojo

I'm developing an application which involves complex charts. When trying to render large amount of data in the chart the browser became unresponsive and show the alert stating the stop script error. I'm in need to render those data in charts. is…
rajesh
  • 179
  • 1
  • 3
  • 16
0
votes
1 answer

dojox.charting.Chart SVG surface issue

I need to export a dojo chart to an image format preferably PNG. Unfortunality there is no in-built feature but I have found a way around for this. As dojo charts are based on SVG graphics: I will first get the SVG string after the chart is…
asim-ishaq
  • 2,190
  • 5
  • 32
  • 55
0
votes
3 answers

Display point values on mouseover in dojox.charting.Chart

I have two questions regarding dojo charts. 1) How can I show point values in a dojo Chart on mouse over? Below is the chart I developed using YUI library. you can see when I mouseover a point it displays the series name and its value at the point.…
asim-ishaq
  • 2,190
  • 5
  • 32
  • 55
0
votes
2 answers

Changing color on dojo charting ThreeD theme

I am displaying a graph using the ThreeD theme from dojo charting. When I modify the data so I can show a different color for certain bars in the graph, I lose the 3D look. Default color for ThreeD them is red {y:"15",tooltip: "15 Alarms",fill:…
GoinOff
  • 1,792
  • 1
  • 18
  • 37
0
votes
1 answer

updateSeries during onclick event of a chart column works as expected only when debugging in Chrome

Using dojo, I create a chart with ColumnsPlot. The chart is created and displayed the way I want it. In order to handle a click on a column and to change the color of the clicked column I have the code below: var handler =…
dtch
  • 31
  • 3
0
votes
1 answer

Plotting a graph in xpages using data stored in a document

I am working with xpages and I need to present data points on a graph. I need to be able to select a document which I need to plot (I tried doing that by storing data points in a view). I tried to use javascript to define my plot but I can't get it…
user2185796
0
votes
0 answers

Changing chart position dojo

How can we change the position of chart in dojo? I cannot change the position of piechart. chart.addPlot("pttt", { type: Pie, radius:50, htmlLabels: false //See the code on jsfiddle }); Jsfiddle link
vusan
  • 5,221
  • 4
  • 46
  • 81
0
votes
1 answer

Changing theme outline color

I created a pie chart using the Claro theme and want to change the outline color to transparent or just turn it off. The default background color for Claro is a light gray which I wanted to change to transparent. I was able to change the…
GoinOff
  • 1,792
  • 1
  • 18
  • 37
0
votes
1 answer

Is it possible to select multiple markers in a dojo chart and pass their coordinates to an event?

I want to select two or more markers in a chart and perform an action using their coordinates. Selecting the points is the main problem since I didn't find anything on this topic and I'm not sure if it can be done.
Costel
  • 33
  • 3
0
votes
0 answers

Sending large svg data to server

In my application i have, charts i am using dojox charting for that.Now i want to export the charts as pdf. I have the following way to do it. sending svg to server rasterize svg,for which I am using apache batik. Insert the rasterized image into…
sanjeev
  • 51
  • 2
  • 6
0
votes
1 answer

Plot Bar Chart using Dojo

How do I plot a bar chart using Dojo ? I have a database with 2 columns empid and empsalary. I want to plot a Bar Chart in dojo with empid as x-axis and empsalary as y-axis. Please suggest. Thanks in advance Rahul Kumar
0
votes
1 answer

Dojox chart number of Y axis labels

When I create a DojoX vertical bar chart, it automatically calculates the labels on the Y axis to cover the largest value. In this case, it created 3 Y-axis labels, 100, 200 300. How do I increase the number of labels, to say intervals of 50 rather…
aaa90210
  • 11,295
  • 13
  • 51
  • 88
1 2 3
12
13