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
0 votes
1 answer
360 views

Dojo Resize Pie and Spider Chart

How can I resize the pie and spider chart in dojo. For Bar,Columns,Lines and area charts we have resize() function with which one can resize the chart size passing height and width. There is no such ...
Tarang's user avatar
  • 318
3 votes
0 answers
228 views

Plot multiple irregular timeseries on same line chart dojo

I am looking to create a line chart which will plot an array of data which has a corresponding x value (date/time) and y value associated with it. The chart can have any number of series (different ...
emooheo's user avatar
  • 89
0 votes
1 answer
250 views

How to display chart data in vertical direction using dojo

I'm using DOJO column charts in my application. Here i have a requirement to display the value on top of the bar. That can be achieved using the label property. After doing this i had another problem ...
Nithin's user avatar
  • 255
0 votes
1 answer
46 views

Dojo Spider Chart Change Colors

Hi I want to change the colors of series in Spider Chart for Dojo Library? Currently I dont know from where the default colors for the chart is coming.
Tarang's user avatar
  • 318
0 votes
1 answer
148 views

How to adjust the position of several axes in one chart?

I create a line chart using dojo. Recently, I have been applying multiple axis on the chart. But there was a problem here. It is applied to multiple axes in one place I have raised the issue of ...
hwang__'s user avatar
0 votes
1 answer
262 views

Percentage is not showing in Dojo Pie Chart?

After applying text values in dojo pie chart , I am unable to see percentage in the slice. But without text values, its showing as percentage as default. How can I get both text and percentage? ...
Arun Pandey's user avatar
0 votes
1 answer
607 views

Modify dojo chart x axis with real data

Question: How can I build an X axis for a dojo chart from a Date column? I'm trying to create a custom addAxis() function for the x axis of a Dojo multiseries line chart. Incoming JSON data is ...
Padraig's user avatar
  • 87
-1 votes
1 answer
266 views

Dojo charts create chart with different dimensions

I created a div with height 240px and add a chart to it. It creates the chart svg with more height of 280px. My code is: domConstruct.create("div", { id : "chart", style : " width: 400px; ...
Mani's user avatar
  • 1,374
0 votes
1 answer
219 views

How to add tooltip for indicators plot using dojocharts

I am creating a bar chart using dojocharts and version is 1.9 .Here i add a Indicator to a bar chart. I want the add text with html tag(like break tag) and also tooltip on the Indicator. I have added ...
sunman's user avatar
  • 79
0 votes
1 answer
288 views

How do I correct Dojo MouseIndicator marking on wrong plot in Chart with multiple y-axes?

I'm migrating a project from ASP Classic to ASP.Net and I was planning to upgrade our Dojo Framework while I am at it. One aspect of the project uses a line chart with two y-axes to display ...
OttPrime's user avatar
  • 1,918
0 votes
0 answers
239 views

dojocharts issues in responsive

I am trying to generate a responsive dojocharts for mobile and tablets. Here I had already trying though media queries through CSS. but its not working properly. So anyone please suggest me how can ...
user3591823's user avatar
0 votes
0 answers
180 views

Dojocharts - bar chart using triangles instead of bars

I'm generating to create a chart in dojocharts that is like a bar chart but uses triangles instead of rectangle bars (ie the longer the triangle the bigger the value it represents).I have creating a ...
user3591823's user avatar
0 votes
2 answers
820 views

Dojo pie chart very small due to labelOffset

I am working with Dojo 1.9.3 and want to have a pie chart fill the space of it's container. The following jsfiddle shows the chart sized very small due to the label offset. Does anyone know how to ...
vtforester's user avatar
2 votes
0 answers
180 views

What is the best method to trigger a mouse indicator using synthetic events?

I have some charts with a mouse indicators attached. I want to activate the indicator via events from other places in my app on a certain location in the data. My basic approach so far has been to ...
exclamaforte's user avatar
0 votes
1 answer
78 views

Dojocharts not appearing in Mozilla and IE

I am generating a lots of charts using dojocharts.Here one is major issues in dojo ,that is browser compatibility issues. But the charts not appearing in Mozilla and IE browser it only shows in chrome....
sunman's user avatar
  • 79

15 30 50 per page
1 2
3
4 5
13