Skip to main content

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
1 vote
2 answers
1k views

startup and postCreate function in Dojo

I am new to Dojo library, I come across postCreate and Startup functions in Dojo and I am getting difficulties to understand these two function in widget life cycle. I did google and read in dojo ...
TARUN PUNETHA's user avatar
0 votes
1 answer
106 views

Xpages dojo charting breaking csjs

I just started using The Dojo charting feature in Xpages. After following this tutorial by Andrew Champion. I Found that the simple csjs script to create a pie chart does not work. It breaks on the ...
Muhammed Ismail Carrim's user avatar
0 votes
1 answer
152 views

Better time ticks and axis labels in a dojo graph

My goal is to display a graph that shows the memory used by a web application over time, during a maximum of 6 hours, sliding, and refresh the screen regularly. That part works, but the possibilities ...
D.Bugger's user avatar
  • 2,316
0 votes
1 answer
96 views

Spin wheel in dojo framework

I have a piece of code this.domNode.classList.add('widget-loading'); which is adding a spin wheel. Now I want to sustain the spin wheel for 10 seconds. I tried the below which dint work. ...
Kousthubha's user avatar
0 votes
1 answer
21 views

Need help about DOJO charts

I need same chart like mentioned in below URL from dojo library in my application. http://demos.dojotoolkit.org/demos/mobileGauges/demo.html But unfortunately, I can't see HTML and JS code needed ...
Vishal Zanzrukia's user avatar
0 votes
1 answer
202 views

Tooltip in Dojo Charting appears outside of the chart

The value for my tooltip appears outside of the chart at the bottom as text. I see a similar problem on the dojo tutorials eg. here.. https://dojotoolkit.org/documentation/tutorials/1.10/charting/...
Mark Maden's user avatar
1 vote
1 answer
826 views

Uncaught ReferenceError: require is not defined with Dojo API

I have seen multiple incarnations of this error, but not seen an answer directly related to using the Dojo API/CDN. I am just going through a quick Dojo charting tutorial to figure out how to ...
gwydion93's user avatar
  • 1,803
0 votes
1 answer
100 views

Dojo charts in tabs not working in Firefox

I am using two identical scripts inside two tabs in order to create a dojo chart in each one: tabs page. If you open the page with Google Chrome, Safari both tabs render the charts. If you open it ...
Michelle's user avatar
0 votes
1 answer
213 views

Dojo chart not working in Firefox, Explorer

I am using a script with a dojo chart inside a tab: chart page. If you open the chart page with Google Chrome the chart is visible. If you open it with Firefox or Explorer 11 the chart is NOT visible....
Michelle's user avatar
0 votes
0 answers
114 views

fetch item with json file and ItemFileReadStore dont fetch items

json_file: (named data/instances_in_versions_data, without extension) { "identifier": "value", "items": [ {"version": "18.2.0.0-b130-int", "value": "1", "okcs_instances": "2", "...
user1767599's user avatar
1 vote
1 answer
371 views

How do I get a handle to my dojo chart to resize it?

I have a dojo line chart that is contained in a hidden panel. Naturally, when the page is opened, the chart is sized with default width and height. When I display the panel though, I want to resize ...
Bob Cross's user avatar
0 votes
1 answer
244 views

Resize dojox chart on mobile screen

I am using this Info window with chart ESRI tutorial. And I would like to customize the dojox pie chart for smaller screens: @media only screen and (max-device-width: 320px) { ... } Is it ...
Michelle's user avatar
0 votes
1 answer
89 views

Dojo Chart Legend drawing before StoreSeries returned

I've got stuck trying to add a legend to a Dojo chart with multiple StoreSeries. The legend is being drawn before the store series have returned and assigned a symbol. I'm using JsonRest as the store,...
AEgman's user avatar
  • 1
1 vote
1 answer
169 views

Custom themes for dojox charting

I am loading a webmap ID and I have 2 charts in a feature_layer popup. I would like to change the charts themes with something simple like: colors: ["#00ff78", "#7f0043", "#8ecfb0", "#f8acac", "#...
Michelle's user avatar
1 vote
1 answer
144 views

dojox/charting/Chart2D : how to format the label of minor tick?

I am using dojo Chart2D to plot a graph having milliseconds values along the X axis. To display the minor tick values I want to convert the milliseconds value to hh:mm:ss:msec format. I can do it ...
Abhishek Mukherjee's user avatar

15 30 50 per page
1
2 3 4 5
13