| Package | Description |
|---|---|
| com.hyjavacharts.chart | |
| com.hyjavacharts.model.highcharts |
| 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 |
HighchartRenderer.toJs(ChartOptions chartOptions)
Converts chart options to JSON.
|
String |
HighchartOptions.toJs(ChartOptions chartOptions)
Converts chart options to JSON.
|
| 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)
Set the colors option.
|
ChartOptions |
ChartOptions.setCredits(Credits credits)
Highcharts by default puts a credits label in the lower right corner of the chart.
|
ChartOptions |
ChartOptions.setPlotOptions(PlotOptions plotOptions)
The plotOptions is a wrapper object for config objects for each series type.
|
ChartOptions |
ChartOptions.setSeries(List<Series> series)
Series options for specific data and the data itself.
|
ChartOptions |
ChartOptions.setTitle(Title title)
The chart's main title.
|
ChartOptions |
ChartOptions.setXAxis(List<XAxis> xAxis)
The X axis or category axis.
|
Copyright © 2026. All rights reserved.