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

dojo tooltip not visible

The charting tooltip does not appear for me. It seems the mouseover isn't even triggering the function to show the tooltip. I have added an alert message inside the Tooltip's text function, but there is no alert message when I hover the mouse over…
Kenpachi
  • 651
  • 1
  • 10
  • 21
0
votes
2 answers

How to call dojo widget method from other dojo widget?

I have created Google map widget in Dojo using declare, which has the method createMarker. The map is shown using
The…
user3467346
  • 47
  • 10
0
votes
1 answer

tooltip not working in chart

require([ "dojox/charting/Chart", "dojox/charting/action2d/Tooltip", "dojox/charting/themes/Tom", "dojox/charting/plot2d/Lines", "dojox/charting/plot2d/Markers", "dojox/charting/axis2d/Default", "dojo/domReady!"],…
user2990084
  • 2,699
  • 9
  • 31
  • 46
0
votes
1 answer

Dojox charting: How to create duplicate axis on top and bottom?

Here is a simple Bar chart using Dojox Charting: http://jsfiddle.net/y3QQZ/7/ Notice at the bottom of the chart, there is an axis with the digits 0 through 3. I would like to repeat that same axis on the top of the chart. How can I create that top…
Jeremy
  • 3,221
  • 7
  • 27
  • 31
0
votes
1 answer

Declarative 2D columns type dojo chart (custom axis label)

I'm new to dojo charting. I'm using dojo version 1.6. I need to create 2D chart with custom x axis labels. For that I have written below code
DDD
  • 93
  • 4
  • 14
0
votes
1 answer

dojox.charting axis labels dropping

Using dojox.charting to create a column chart. The x-axis labels are dates, and only one label seems to print if the number of series is 10 or more, even though dropLabels: false is being used. When I tweak the loop to stop at 9 iterations, it…
fussmonkey
  • 606
  • 5
  • 19
0
votes
0 answers

How to add line break to labels on axis for IE9?

I'm using Dojo 1.9.1. I'm using dojox.charting to draw some charts. I am using a labelFunc to produce a date/time label for my X-axis. This is working fine in all browsers. But I want to add a line break to my label so that the date sits above the…
IanWatkins
  • 11
  • 3
0
votes
1 answer

Specify the color for a Pie in Dojo Charting

I am using Dojo 1.9, using memoryStore and the store has 4 data elements, in addition to the key. For each of the 4 data elements, I need to plot a Pie-Chart. working fine but only issue is that I do not know how to specify the color. The identifier…
patb23
  • 387
  • 5
  • 21
0
votes
1 answer

Area percentage(%) is not appearing while using legend in dojo pie chart

I am using Dojo 1.6 to generate pie chart. while i am using legend in pie chart, the slice percentage (%) is disappeared. and if i remove the legend code from the chart code slice % is appears. But i needs to show both. How can both of these (%…
Tarun Chaudhary
  • 1,046
  • 2
  • 12
  • 20
0
votes
1 answer

Customize pie chart slice in DOJO

I am using Dojo 1.6 to generate dynamic Chart. Here i need to put the Numeric percentage(%) outside the respective slice of chart, as i got the following pie chart. code for the above chart.. dojo.xhrPost({ url…
Tarun Chaudhary
  • 1,046
  • 2
  • 12
  • 20
0
votes
0 answers

Dojo charts - Y axis title gets cut when it is long

When the title for Y axis in DOJO charts is a long string, then full string is not displayed. Is there any option to truncate the title (there is support to truncate labels) and show the full title String in tooltip on "mouseover" event? For…
A developer
  • 290
  • 3
  • 11
0
votes
1 answer

Dojo chart does not load in Android device

My code is: require([ // Require the basic chart class "dojox/charting/Chart", // Require the theme of our choosing "dojox/charting/themes/ThreeD", // Charting plugins: "dojox/charting/widget/SelectableLegend", …
Krunal
  • 317
  • 1
  • 7
0
votes
1 answer

Dojo Charting Tooltip not visible

I am trying to create a chart with custom tool tip. You can see the JSFIDDLE example here. I have added a custom tooltip which does not appear. I can see the event fires(with the help of console.log) but the tooltip somehow does not appear(as if the…
Anand
  • 14,545
  • 8
  • 32
  • 44
0
votes
1 answer

dojo- clusteredcolumn chart datalabels as excel

I'm using the dojo to generate charts. I'm generating chart ClusteredColumn.I intend to enter datalabels as in Excel, however I find no solution. Anyone know if it is possible?
xptoo
  • 33
  • 2
  • 6
0
votes
0 answers

Dojo Pie Chart : Move Slice with out hovering

I am trying to integrate Angular with Dojo. I have got to a point where I have created a dojo directive and used to display a pie chart. The pie chart displays browser share percentage for chrome, Safari, FF and IE :) and when user hovers over the…
Anand
  • 14,545
  • 8
  • 32
  • 44