Overview
The configurations of predefined chart styles are stored in the FINE_CONF_ENTITY table of the FineDB database.
Configuration Information
The predefined chart style fields in the FINE_CONF_ENTITY table are described as follows.
| Table Name | Field ID |
|---|---|
FINE_CONF_ENTITY | Field IDs starting with ChartPreStyleConfig |
Take a new predefined style named FR as an example.

The following table describes field IDs corresponding to the configuration stored in the FINE_CONF_ENTITY table.
| Field ID | Description | Value |
|---|---|---|
ChartPreStyleConfig.currentStyle | Default predefined chart style | FR |
ChartPreStyleConfig.preStyleMap | Color scheme list | ["new kind","bright","gentle","fresh","classic","old school","business blue","business highlight","harvest","tender","passionate","classic highlight","red purple highlight","blue purple highlight","high contrast","yellow green highlight"] |
ChartPreStyleConfig.preStyleMap.FR.colorList | Specific colors of the FR style | ["-1","-16777216"] |
ChartPreStyleConfig.preStyleMap.FR.gradient | Color scheme type. true indicates a gradient color scheme. | true |
ChartPreStyleConfig.preStyleMap.business blue.colorList | Specific colors of the business blue style | ["-11358999","-14260562","-7287938","-11950436","-281518","-5471383","-9382960","-9333320","-350562","-4699548","-9331218","-9738572"] |
ChartPreStyleConfig.preStyleMap.business blue.gradient | Color scheme type. false indicates a combination color scheme. | false |