CDE CCC charts
http://redmine.webdetails.org/projects/ccc/wiki/FAQ_Main_Changes_New_Features_CCC_v2
http://forums.pentaho.com/showthread.php?150582-Bar-chart-colors-dynamically-changed-based-on-data-value-Along-with-JavaScript-vars/page2
http://www.webdetails.pt/ctools/charts/jsdoc/symbols/pvc.options.charts.Chart.html#clickAction
function a(scene){
this.scene.vars.series.value //for retrieving series value
this.scene.vars.category.value //for retrieving category value
}
http://forums.pentaho.com/showthread.php?150582-Bar-chart-colors-dynamically-changed-based-on-data-value-Along-with-JavaScript-vars/page2
http://www.webdetails.pt/ctools/charts/jsdoc/symbols/pvc.options.charts.Chart.html#clickAction
Property | Type | Description |
scene | pvc.visual.Scene | A scene is a node in a rendering hierarchy. Rendering generally follows the shape of a scene hierarchy. Each scene contains participating datums and vars (see below). |
function a(scene){
this.scene.vars.series.value //for retrieving series value
this.scene.vars.category.value //for retrieving category value
}
Comments
Post a Comment