We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug If I use HTML color code, then header color become white and chart color applies.
Version of the card Version: 2.1.2
To Reproduce Try to use HTML color code in series block instead of name "yellow" . As Example: color: cb7425
This is the configuration I used:
type: custom:apexcharts-card header: show: true title: XMR show_states: true colorize_states: true update_interval: 2s graph_span: 3d experimental: brush: true apex_config: tooltip: enabled: true yaxis: - shown: true labels: style: colors: white fontSize: 14px forceNiceScale: true - show: true opposite: true decimalsInFloat: 0 xaxis: axisBorder: show: true labels: style: fontSize: 12px chart: height: auto gird: show: false legend: show: true dataLabels: enabled: true stroke: width: 1 series: - entity: sensor.xmr_balance type: line fill_raw: last float_precision: 6 color: cb7425 data_generator: "" group_by: duration: 10min func: avg show: in_brush: true in_chart: true - entity: sensor.xmr_hashrate type: line fill_raw: last data_generator: "" show: in_brush: false in_chart: false - entity: sensor.xmr_hashes type: line fill_raw: last data_generator: ""
Screenshots
Expected behavior Header legend color changes color to chosen.
Desktop (please complete the following information):
Thanks you, and have a good day.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
If I use HTML color code, then header color become white and chart color applies.
Version of the card
Version: 2.1.2
To Reproduce
Try to use HTML color code in series block instead of name "yellow" . As Example:
color: cb7425
This is the configuration I used:
Screenshots
Expected behavior
Header legend color changes color to chosen.
Desktop (please complete the following information):
Thanks you, and have a good day.
The text was updated successfully, but these errors were encountered: