最主要用来查看最近30天用电记录,原集成的sensor.XXXXXXXXXXXX_latest_day_kwh用apexcharts-card卡片显示...
ApexCharts Card by @RomRider This is higly customizable graph card for Home-Assistant's Lovelace UI. It is based on ApexCharts.js and offers most of the features of the library. It is also inspired by the great mini-graph-card by @kalkih However, some things might be broken 😁 Table...
Support for card-mod >= 3.0 (8348119), closes #104 extremas: Multi y-axis support (#98) (5c7d742), closes #89 1.8.0-dev.7 (2021-03-02) Features series.show: Hide the name of a serie in the header (b20133d), closes #111 series.show: Hide the offset from the name of the ...
📈 A Lovelace card to display advanced graphs and charts based on ApexChartsJS for Home Assistant - apexcharts-card/src/graphEntry.ts at master · Wesley-Vos/apexcharts-card
</ha-card> `; } private async _initialLoad() { this._loaded = true; await this.updateComplete; if (!this._apexChart) { const graph = this.shadowRoot!.querySelector('#graph'); this._apexChart = new ApexCharts(graph, { chart: { stacked: this._config?.stacked, type: 'line', for...
Checklist I updated the card to the latest version available I cleared the cache of my browser I verified that I'm really running the lastest version in my browser console I checked if there is another issue opened with the same problem ...
import { css, CSSResultGroup } from 'lit'; export const stylesApex: CSSResultGroup = css` :host { display: block; } ha-card { overflow: hidden; position: relative; } .wrapper { display: grid; grid-template-areas: 'header' 'graph'; grid-template-columns: 1fr; grid-template-rows: ...
BreadcrumbsHistory for apexcharts-card src types-config.ts onmaster User selector All users DatepickerAll time Commit History Commits on Dec 12, 2022 Implemented diff graph for statistics Wesley-VoscommittedDec 13, 2022 36e1745 Commits on Apr 23, 2022 feat: support actions on the title with ...
ApexCharts Card by @RomRider This is higly customizable graph card for Home-Assistant's Lovelace UI. It is based on ApexCharts.js and offers most of the features of the library. It is also inspired by the great mini-graph-card by @kalkih However, some things might be broken 😁 Table...
ApexCharts Card by @RomRider This is higly customizable graph card for Home-Assistant's Lovelace UI. It is based on ApexCharts.js and offers most of the features of the library. It is also inspired by the great mini-graph-card by @kalkih However, some things might be broken 😁 Table...