Search Type: Posts; User: skylinezpromise
Search: Search took 0.02 seconds.
-
2 May 2013 5:34 AM
- Replies
- 1
- Views
- 160
Hi, I'm trying to save a chart by converting SVG to PNG with a Python script.
So I start storing the svg data in a variable with :
var svgdata =... -
19 Apr 2013 1:13 AM
- Replies
- 1
- Views
- 149
Hi, I have a grouped bar chart, I want the user to have the ability to change bars width dynamically, so I have made 3 buttons to allow the user to choose "Small" "Medium" or "Large" bar width.
How... -
28 Feb 2013 1:21 AM
- Replies
- 1
- Views
- 575
My json data looks like this :
({"success": "true", "message" : "OK","data":[{"id_metric":"1","name_filter":"doc... -
23 Nov 2012 12:33 AM
- Replies
- 1
- Views
- 292
My json looks like this :
{
"Week": [
1224,
{
"Total_OUT3F": 12,
"Sev_Logged": "3_major",
"Total_OUT3A5": 3, -
29 Oct 2012 8:07 AM
- Replies
- 3
- Views
- 468
I found on an example, they were using "item.storeField" to get the name of the field, but it's not workin for me. Any ideas please?
-
29 Oct 2012 8:04 AM
- Replies
- 0
- Views
- 351
When I click on an element on my legend, the chart adapts to the values of the x and y axes that are left on the chart, is there a way to disable this ?
Thank you -
26 Oct 2012 12:00 AM
- Replies
- 1
- Views
- 551
Here's a screenshot :
39594
I want the week value to be displayed once for each group of columns.
Please help -
25 Oct 2012 11:39 PM
- Replies
- 3
- Views
- 468
Please how is it possible?
My tooltip :
tips: {
trackMouse: true,
width: 74,
height: 28,
renderer: function(storeItem, item) {... -
25 Oct 2012 5:48 AM
- Replies
- 1
- Views
- 326
Hi, I'd like to use this example of grouped bar chart :
http://dev.sencha.com/deploy/ext-4.0.0/examples/charts/GroupedBar.html
but I'd like to inverse the axis fields, instead of the... -
25 Oct 2012 1:57 AM
- Replies
- 4
- Views
- 1,365
Hi, i'm having the same problem, I need to show the tooltip for each bar in grouped bar (I'm using extjs 4), I use it like this :
tips: {
trackMouse: true,
width: 74,... -
24 Oct 2012 12:42 PM
- Replies
- 6
- Views
- 1,149
Actually I have a viewport where I put all my views in, it looks like this :
Ext.define('Metrics.view.Viewport', {
extend: 'Ext.container.Viewport',
layout: 'fit',
... -
24 Oct 2012 12:19 PM
- Replies
- 6
- Views
- 1,149
please somebody help me find the error in my code
-
19 Oct 2012 8:23 AM
- Replies
- 6
- Views
- 1,149
In my controller, exactly in the handler of my button :
launchChart : function(button){
console.log('before create');
var chartwin = Ext.widget('chartwin');
console.log('after create');... -
19 Oct 2012 7:30 AM
- Replies
- 6
- Views
- 1,149
I've been digging my mind all this morning to find the solution to this, I have an Extjs window where I want to put a chart as an item. I'm using Extjs 4, here's my window :
... -
10 Oct 2012 11:26 PM
- Replies
- 1
- Views
- 363
I have a JSON store :
{
"Week": 1145,
"Sev_Logged": 22,
"From": "IN1"
},
{
"Week": 1145,
Results 1 to 15 of 15
