Uses of Interface
org.pepstock.charba.client.events.AddHandlerEventHandler
-
Packages that use AddHandlerEventHandler Package Description org.pepstock.charba.client.configuration Contains all elements to configure a chart instance (know as chart options at instance level).org.pepstock.charba.client.geo Contains all classes to activate the GEO controllers (AKAchartjs-chart-geo.js) for CHART.js.org.pepstock.charba.client.impl.charts Contains METER and GAUGE charts implementations (based on controllers), available out-of-the box.org.pepstock.charba.client.matrix Contains all classes to activate the Matrix controller (AKAchartjs-chart-matrix.js) for CHART.js.org.pepstock.charba.client.sankey Contains all classes to activate the Sankey controller (AKAchartjs-chart-sankey.js) for CHART.js.org.pepstock.charba.client.treemap Contains all classes to activate the TreeMap controller (AKAchartjs-chart-treemap.js) for CHART.js. -
-
Uses of AddHandlerEventHandler in org.pepstock.charba.client.configuration
Classes in org.pepstock.charba.client.configuration that implement AddHandlerEventHandler Modifier and Type Class Description classAbstractPieOptionsAbstract options for PIE chart.classAnimationIt animates charts out of the box.
A number of options are provided to configure how the animation looks and how long it takes.
This configuration item is configuring the common animation properties.classAreaOptionsSpecific options for AREA chart.classBarOptionsSpecific options for BAR chart.classBubbleOptionsSpecific options for BUBBLE chart.classConfigurationOptionsBase object which maps chart configuration.
CHARBA stores the unique chart ID in the CHART.JS chart options usingcharbaIdproperty key.
Important topics to take care:
Responsive
When it comes to change the chart size based on the window size, a major limitation is that the canvas render size (canvas.width and .height) can not be expressed with relative values, contrary to the display size (canvas.style.width and .height).classDoughnutOptionsSpecific options for DOUGHNUT chart.classHorizontalBarOptionsSpecific options for HORIZONTAL BAR chart.classLegendThe chart legend displays data about the datasets that area appearing on the chart.classLineOptionsSpecific options for LINE chart.classPieOptionsSpecific options for PIE chart.classPolarAreaOptionsSpecific options for POLAR AREA chart.classRadarOptionsSpecific options for RADAR chart.classScalesOptionsConfiguration of chart with multiple scales.classScatterOptionsSpecific options for SCATTER chart.classStackedBarOptionsConfiguration of chart which could be stacked.
It uses Category axis for X axis and Linear for Y axis.classStackedLineOptionsConfiguration of chart which could be stacked.
It uses Category axis for X axis and Linear for Y axis.classTimeSeriesBarOptionsSpecific options for BAR chart, for time series.classTimeSeriesLineOptionsSpecific options for LINE chartfor time series.classVerticalLineOptionsSpecific options for vertical LINE chart. -
Uses of AddHandlerEventHandler in org.pepstock.charba.client.geo
Classes in org.pepstock.charba.client.geo that implement AddHandlerEventHandler Modifier and Type Class Description classBubbleMapOptionsSpecific options for bubble map chart.classChoroplethOptionsSpecific options for choropleth chart. -
Uses of AddHandlerEventHandler in org.pepstock.charba.client.impl.charts
Classes in org.pepstock.charba.client.impl.charts that implement AddHandlerEventHandler Modifier and Type Class Description classGaugeOptionsSpecific options for GAUGE chart.classMeterOptionsSpecific options for METER chart. -
Uses of AddHandlerEventHandler in org.pepstock.charba.client.matrix
Classes in org.pepstock.charba.client.matrix that implement AddHandlerEventHandler Modifier and Type Class Description classMatrixOptionsSpecific options for matrix chart.
Disables legend at the beginning but you can enable when needed. -
Uses of AddHandlerEventHandler in org.pepstock.charba.client.sankey
Classes in org.pepstock.charba.client.sankey that implement AddHandlerEventHandler Modifier and Type Class Description classSankeyOptionsSpecific options for sankey chart.
Disables legend at the beginning but you can enable when needed. -
Uses of AddHandlerEventHandler in org.pepstock.charba.client.treemap
Classes in org.pepstock.charba.client.treemap that implement AddHandlerEventHandler Modifier and Type Class Description classTreeMapOptionsSpecific options for treemap chart.
-