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

Date and Time value from Database to be used on axis

I am trying to add axis labels to my X axis with the date instead of just 1,2,3,4 etc. which it defaults to. The date_time returned from the server also needs to be converted to a readable date/time. Any help appreciated. Code
user1294320
0
votes
1 answer

dynamically update the data to Bar chart in DOJO.

I am basically from 'c language' background, and having no sound idea about scripting. what i wanted to achieve is this: There is a bar graph which is presented in the SwapView. Now each time when the user visits this SwapView, i would like to…
Whoami
  • 13,930
  • 19
  • 84
  • 140
0
votes
1 answer

IE 8 not displaying dojo images on a div

I want to display images on a dojo chart. For this i use the following code var l_images =…
Ashutosh
  • 51
  • 3
0
votes
1 answer

how to make dojo charts support mirroring

iam trying to make dojo charts support mirroring (rtl drawing).in any dojo charts the x-axis and y-axis (0,0)start drawing from the left-bottom corner of the screen and the value of both increasing to right and upwards.what i want is to make these…
user1040987
  • 83
  • 2
  • 9
0
votes
1 answer

Updating a Dojo chart from JsonRest store

I have a dojo chart which uses a JsonRest store (/dojo/store/JsonRest to be specific) to populate the series. The store is setup with an interval to periodically update itself. While it does pull back the correct data, the chart is not correctly…
PezHead
  • 23
  • 5
0
votes
1 answer

Update chart data in Dojo

I have the below function which reads JSON data and puts it on a chart. I would like to automatically update the chart data every say 10 seconds. I have looked at dojo/timing and chart.updateSeries and I believe the combination of the two would do…
L4zl0w
  • 1,069
  • 4
  • 15
  • 42
0
votes
1 answer

copy legend in Dojo charts

I am using dojox charts in my project. On right click and selecting 'copy', at the chart area, copies the chart but I also want the legend to be copied. I created legend as a separate html element and chart area as a separate element. How do I go…
0
votes
1 answer

Is there a "rendering complete" event I can use with Dojo Charts?

I would like to show a loading icon while my Dojo Charts are loading and then hide it when the charts are finished rendering. I cannot find documentation that defines what event I can add a dojo.connect to when the chart has finished rendering. For…
chadwilcomb
  • 113
  • 5
0
votes
1 answer

How do I add labels to individual bars on a bar chart using Dojo charting

Can the bars on a Dojo chart be labelled with the value? I have the tooltips but I would like the bar values to be shown all the time and for when the graph is printed. Also I have some bar charts which can run over several pages. When you print…
Martyn
  • 13
  • 2
-1
votes
1 answer

Create a bar chart in dojo with the series values to be taken from the users via the textboxes

I wish to develope an application which allows the user to set the values for the series and also the labels for the axes via input like textboxes below is the code i tried, Chart Demo