Uses of Class
com.oorian.chartjs.CjChartOptions
Packages that use CjChartOptions
-
Uses of CjChartOptions in com.oorian.chartjs
Methods in com.oorian.chartjs that return CjChartOptionsModifier and TypeMethodDescriptionCjChartOptions.setAnimation(CjAnimationConfig animation) Sets the animation configuration.CjChartOptions.setAspectRatio(double ratio) Sets the aspect ratio.CjChartOptions.setHover(CjInteractionConfig hover) Sets the hover configuration.CjChartOptions.setIndexAxis(IndexAxis axis) Sets the index axis for horizontal bar charts.CjChartOptions.setInteraction(CjInteractionConfig interaction) Sets the interaction configuration.CjChartOptions.setMaintainAspectRatio(boolean maintain) Sets whether to maintain aspect ratio.CjChartOptions.setPlugins(CjPlugins plugins) Sets the plugins configuration.CjChartOptions.setResponsive(boolean responsive) Sets whether the chart is responsive.Sets the scales configuration.Methods in com.oorian.chartjs with parameters of type CjChartOptionsModifier and TypeMethodDescriptionCjChart.setOptions(CjChartOptions options) Sets the options configuration directly.