Open GoogleCodeExporter opened 9 years ago
I have applied this patch and still get the same issue.
Below is the pretty print of my chart. Note, the value is not surrounded by
inverted
commas:
DEBUG - FacetPiePanel.createChart(99) | {
"elements": [{
"alpha": 0.5,
"animate": [{"type": "fade"}],
"gradient-fill": true,
"type": "pie",
"values": [
{
"highlight": "alpha",
"label": "Data Source",
"text": "Data Source",
"value": 55
},
{
"highlight": "alpha",
"label": "Data Source Type",
"text": "Data Source Type",
"value": 55
},
{
"highlight": "alpha",
"label": "MIME Type",
"text": "MIME Type",
"value": 55
},
{
"highlight": "alpha",
"label": "SETG Type",
"text": "SETG Type",
"value": 55
},
{
"highlight": "alpha",
"label": "Mission",
"text": "Mission",
"value": 53
},
{
"highlight": "alpha",
"label": "System",
"text": "System",
"value": 53
},
{
"highlight": "alpha",
"label": "Application",
"text": "Application",
"value": 52
}
]
}],
"is_decimal_separator_comma": 0,
"is_fixed_num_decimals_forced": 0,
"is_thousand_separator_disabled": 0,
"num_decimals": 2,
"title": {"text": "Facet Pie"}
}
Original comment by markjohn...@gmail.com
on 14 Jul 2009 at 2:48
More info:
http://forums.openflashchart.com/viewtopic.php?f=18&t=1250
Original comment by markjohn...@gmail.com
on 15 Jul 2009 at 9:33
I've figured this out and it isn't related to JOFC.
It was an issue with my code not correctly updating the resource holding the
chart
JSON.
Apologies :)
Original comment by markjohn...@gmail.com
on 15 Jul 2009 at 4:03
Same a Issue 24.
I don't know how can you produce a slice value of ".
Could you give an example ?
Original comment by pierreyv...@gmail.com
on 6 Apr 2010 at 7:56
Original issue reported on code.google.com by
daniel.f...@gmail.com
on 11 May 2009 at 12:53Attachments: