RomRider / apexcharts-card

📈 A Lovelace card to display advanced graphs and charts based on ApexChartsJS for Home Assistant
MIT License
1.2k stars 82 forks source link

max: auto no longer works, all charts stuck at 10 #733

Open LordLinhey opened 3 months ago

LordLinhey commented 3 months ago

max: auto - no longer works, all charts stuck at 10

    yaxis:
      - id: Power
        seriesName: Power
        show: true
        min: 0
        **max: auto**
        opposite: false
        reversed: false

image

Restored to V2.04 now max: auto works

somerandoname commented 3 months ago

I've noticed a potentially similar issue. For me, only one chart was stuck, and was fixed by either:

Config ``` type: custom:apexcharts-card graph_span: 3d span: start: day yaxis: - show: true series: - entity: sensor.metheoblue_pollen_grass_level show: in_chart: false - entity: sensor.metheoblue_pollen_forecast type: line data_generator: | return entity.attributes.data_1h.time.map((peak, index) => { return [new Date(peak).getTime(), entity.attributes.data_1h.pollen_grass[index]]; }); ```
Broken chart ![apexcharts](https://github.com/user-attachments/assets/5169d42c-d5e2-4559-be6f-9d3325a68db6)
jaimezapa commented 3 months ago

I'm experiencing the same issue

LordLinhey commented 3 months ago

I am just a bit fed up of the constant updates that break the 3rd party integrations and fronted enhancements. I know it's all in the best interest of improvement, but there are just too many issues, which break everything. It's just become a constant battle and a full time to job to keep it all working. Such a shame, but I zm beginning go give up on it all.

On Mon, 29 Jul 2024, 13:20 jaimezapa, @.***> wrote:

I'm experiencing the same issue

— Reply to this email directly, view it on GitHub https://github.com/RomRider/apexcharts-card/issues/733#issuecomment-2255781945, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASL32WFTDETJJ3RPIRYQG2DZOYXPXAVCNFSM6AAAAABK2DNFXKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENJVG44DCOJUGU . You are receiving this because you authored the thread.Message ID: @.***>

github-actions[bot] commented 1 month ago

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.

LordLinhey commented 1 month ago

I have just done a complete new install of Home Assistant on a different machine , as an experimental installation. and I still have the same issue with any version past version 2.0.4. Nobody seems to have investigated this issue with the max: setting and I cannot find anyway around it that works, despite some suggestions. Please can someone help as I will never be able to upgrade to any later version.