Package | Description |
---|---|
com.hyjavacharts.chart | |
com.hyjavacharts.model.highcharts | |
com.hyjavacharts.model.highcharts.responsive |
Modifier and Type | Method and Description |
---|---|
ChartOptions |
Highchart.getChartOptions()
Get a reference to the chartOptions object for the chart.
|
Modifier and Type | Method and Description |
---|---|
HighchartOptions |
HighchartOptions.setTheme(Theme theme,
ChartOptions chartOptions)
Sets the theme for the chartOptions.
|
String |
HighchartOptions.toJs(ChartOptions chartOptions)
Converts chart options to Javascript.
|
String |
HighchartRenderer.toJs(ChartOptions chartOptions)
Converts chart options to Javascript.
|
Modifier and Type | Field and Description |
---|---|
static ChartOptions |
ChartOptions.NULL |
Modifier and Type | Method and Description |
---|---|
ChartOptions |
ChartOptions.setChart(Chart chart)
General options for the chart.
|
ChartOptions |
ChartOptions.setColors(List<Color> colors) |
ChartOptions |
ChartOptions.setLegend(Legend legend)
The legend is a box containing a symbol and name for each series item or point item in the chart.
|
ChartOptions |
ChartOptions.setPlotOptions(PlotOptions plotOptions)
The plotOptions is a wrapper object for config objects for each series type.
|
ChartOptions |
ChartOptions.setResponsive(Responsive responsive)
Allows setting a set of rules to apply for different screen or chart sizes.
|
ChartOptions |
ChartOptions.setSeries(List<Series> series)
Series options for specific data and the data itself.
|
ChartOptions |
ChartOptions.setSubtitle(Subtitle subtitle)
The chart's subtitle.
|
ChartOptions |
ChartOptions.setTitle(Title title)
The chart's main title.
|
ChartOptions |
ChartOptions.setTooltip(Tooltip tooltip)
Options for the tooltip that appears when the user hovers over a series or point.
|
ChartOptions |
ChartOptions.setYAxis(List<YAxis> yAxis)
The Y axis or value axis.
|
Modifier and Type | Method and Description |
---|---|
ChartOptions |
Rules.getChartOptions()
A full set of chart options to apply as overrides to the general chart options.
|
Modifier and Type | Method and Description |
---|---|
Rules |
Rules.setChartOptions(ChartOptions chartOptions)
A full set of chart options to apply as overrides to the general chart options.
|
Copyright © 2022. All rights reserved.