Uses of Class
com.oorian.chartjs.CjChart
Packages that use CjChart
-
Uses of CjChart in com.oorian.chartjs
Subclasses of CjChart in com.oorian.chartjsModifier and TypeClassDescriptionclassBar chart component for Chart.js.classBubble chart component for Chart.js.classDoughnut chart component for Chart.js.classLine chart component for Chart.js.classPie chart component for Chart.js.classPolar area chart component for Chart.js.classRadar chart component for Chart.js.classScatter chart component for Chart.js.Methods in com.oorian.chartjs that return CjChartModifier and TypeMethodDescriptionCjChart.addDataset(CjDataset dataset) Adds a dataset to the chart.CjChart.setAnimationDuration(int milliseconds) Sets the animation duration.CjChart.setAnimationsEnabled(boolean enabled) Sets whether animations are enabled.CjChart.setAspectRatio(double ratio) Sets the aspect ratio.CjChart.setChartType(ChartType type) Sets the chart type.CjChart.setChartType(String type) Sets the chart type by string value.Convenience method to quickly add data with a label.Convenience method to quickly add data from a list.CjChart.setDatasets(List<CjDataset> datasetList) Sets all datasets at once.CjChart.setHoverMode(InteractionMode mode) Sets the hover mode.CjChart.setIndexAxis(IndexAxis axis) Sets the index axis for horizontal bar charts.CjChart.setInteractionIntersect(boolean intersect) Sets whether interaction requires intersecting the element.CjChart.setInteractionMode(InteractionMode mode) Sets the interaction mode.Sets the chart labels (x-axis categories).Sets the chart labels from a list.CjChart.setLegendPosition(LegendPosition position) Sets the legend position.CjChart.setLegendVisible(boolean visible) Sets whether the legend is visible.CjChart.setMaintainAspectRatio(boolean maintain) Sets whether to maintain aspect ratio.CjChart.setOptions(CjChartOptions options) Sets the options configuration directly.CjChart.setPlugins(CjPlugins plugins) Sets the plugins configuration.CjChart.setResponsive(boolean responsive) Sets whether the chart is responsive.Sets the scales configuration.CjChart.setSubtitle(String subtitle) Sets the chart subtitle.Sets the chart title.CjChart.setTooltipEnabled(boolean enabled) Sets whether tooltips are enabled.CjChart.setXAxisMax(Number max) Sets the X-axis maximum value.CjChart.setXAxisMin(Number min) Sets the X-axis minimum value.CjChart.setXAxisTitle(String title) Sets the X-axis title.CjChart.setXAxisType(ScaleType type) Sets the X-axis scale type.CjChart.setYAxisBeginAtZero(boolean beginAtZero) Sets whether the Y-axis begins at zero.CjChart.setYAxisMax(Number max) Sets the Y-axis maximum value.CjChart.setYAxisMin(Number min) Sets the Y-axis minimum value.CjChart.setYAxisTitle(String title) Sets the Y-axis title.CjChart.setYAxisType(ScaleType type) Sets the Y-axis scale type.