| type | Chart type. Currently we have bubble, pie, bar and cylinder charts | bubble | 
                
                    | dataPoints | Path to JSON input data | ../data/data.json | 
                
                    | axis_position | Set the axis position | {x:0, y:0, z:0} | 
                
                    | axis_visible | If false, axis will be hidden | true | 
                
                    | axis_color | Set the axis color | red | 
                
                    | axis_length | Set the axis length | 10 | 
                
                    | axis_tick_separation | Set the axis tick separation | 1 | 
                
                    | axis_tick_length | Set the axis tick length | 0.2 | 
                
                    | axis_tick_color | Set the axis tick color | red | 
                
                    | axis_negative | Enable negative axis. If all your dataPoints were positive, you would need to set axis_length in order to activate. If not, axis are adaptive to dataPoints by default | true | 
                
                    | axis_grid | Enable grid axis | false | 
                
                    | axis_grid_3D | Enable negative 3D axis | false | 
                
                    | axis_text | Enable axis values | true | 
                
                    | axis_text_color | Set the axis text color | white | 
                
                    | axis_text_size | Set the axis text size | 10 | 
                
                    | pie_radius | Pie chart radius | 1 | 
                
                    | pie_doughnut | Pie chart doughnut mode | false | 
                
                    | show_popup_info | Show data point info in a pop up. Doesn't work for pie or doughnut chart | false | 
                
                    | show_legend_info | Show data point info in a legend | false | 
                
                    | show_legend_position | Set the legend position. Only works if show legend info property is true | {x:0, y:0, z:0} | 
                
                    | show_legend_rotation | Set the legend rotation. Only works if show legend info property is true | {x:0, y:0, z:0} | 
                
                    | show_legend_title | Title appearing in legend | Legend | 
                
                    | entity_id_list | Comma separated list of a-entity ID. Only used in totem chart type | '' | 
                
                    | dataPoints_list | Comma separated list of different URL dataPoint. Only used in totem chart type | '' |