Skip to content
New issue

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

Add apex_config option for series #413

Closed
fedearne opened this issue Oct 5, 2022 · 6 comments
Closed

Add apex_config option for series #413

fedearne opened this issue Oct 5, 2022 · 6 comments
Labels

Comments

@fedearne
Copy link

fedearne commented Oct 5, 2022

I would like to be able to use 'apex_config' on the series element just like on the chart and yaxis elements.

Specifically to create dashed lines. Direct support for this would of course be nice as well.

@fedearne fedearne added the feature-request New feature or request label Oct 5, 2022
@steinelg
Copy link

steinelg commented Nov 4, 2022

seconded the desire for support of dashed line in one way or another.

@PutoPunko
Copy link

I already added dashed lines to my config by using at apex_config and dash_array.

My example:

type: custom:apexcharts-card
experimental:
brush: true
brush:
selection_span: 15d
graph_span: 365d
update_interval: 5min
yaxis:

  • id: Power
    decimals: 0
    apex_config:
    tickAmount: 5
    title:
    text: Voltaje (V)
    all_series_config:
    stroke_width: 2
    fill_raw: last
    header:
    show: true
    title: Entrada cuadro
    show_states: true
    colorize_states: true
    apex_config:
    stroke:
    dashArray:
    • 0
    • 3
    • 3
      series:
  • entity: sensor.smartlink_main_volt
    yaxis_id: Power
    name: Media
    statistics:
    type: mean
    period: day
    align: middle
    stroke_width: 3
    type: line
    opacity: 1
    show:
    in_brush: true
    in_chart: true
  • entity: sensor.smartlink_main_volt
    yaxis_id: Power
    name: Min
    statistics:
    type: min
    period: day
    align: middle
    type: line
    opacity: 1
    show:
    in_brush: false
    in_chart: true
  • entity: sensor.smartlink_main_volt
    yaxis_id: Power
    name: Max
    statistics:
    type: max
    period: day
    align: middle
    type: line
    opacity: 1
    show:
    in_brush: false
    in_chart: true

@github-actions
Copy link

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 10 days.

@github-actions github-actions bot added the Stale label Dec 18, 2022
@github-actions
Copy link

This issue was closed because it has been stalled for 10 days with no activity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Dec 28, 2022
@whcrg
Copy link

whcrg commented Apr 19, 2024

This would be nice!

RomRider added a commit that referenced this issue Jul 5, 2024
github-actions bot pushed a commit that referenced this issue Jul 5, 2024
## [2.1.0-dev.3](v2.1.0-dev.2...v2.1.0-dev.3) (2024-07-05)

### Features

* **locales:** Support for new locales ([2fca527](2fca527))
* **series:** Direct support for dashed lines ([29aad77](29aad77)), closes [#413](#413)
* **series:** support for `monotoneCubic` curves ([998cb99](998cb99))
Copy link

github-actions bot commented Jul 5, 2024

🎉 This issue has been resolved in version 2.1.0-dev.3 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

github-actions bot pushed a commit that referenced this issue Jul 9, 2024
## [2.1.0](v2.0.4...v2.1.0) (2024-07-09)

### Features

* Add change type for statistics ([#555](#555)) ([608fbe5](608fbe5)), closes [#552](#552)
* **locales:** Support for new locales ([2fca527](2fca527))
* **series:** Direct support for dashed lines ([29aad77](29aad77)), closes [#413](#413)
* **series:** hide specific serie in legend with `in_legend: false` ([12cb893](12cb893)), closes [#74](#74)
* **series:** support for `monotoneCubic` curves ([998cb99](998cb99))
* **series:** Support for stack group of columns ([2935b4e](2935b4e)), closes [#673](#673) [#550](#550)
* **statistics:** add weekly statistics period ([#680](#680)) ([e923126](e923126))
* support for server time ([55c8f97](55c8f97)), closes [#709](#709) [#579](#579)

### Bug Fixes

* `extremas` with `time_delta` would generate wrong results ([f7ab3e8](f7ab3e8)), closes [#713](#713)
* display was wrong when using server time + serie offset ([84357f9](84357f9)), closes [#579](#579)
* **series:** fix `in_legend` for apexcharts.js v3.50.0 ([221b0a5](221b0a5))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants