Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 590 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 590 Bytes

CWC-Area-Chart-clean

Apex Chart

Custom Web Control made for WinCC Unified

1. CONTENT

HTML area chart element done with ApexChart with only series and no labels or toolbars

2. INTERFACE

  • Data : Array of nubers to draw chart (i.e. "[10, 50, 20, 70, 30, 80, 40, 90, 50, 100]")

  • SeriesColor : Color of the series in Hex format (i.e. "#13dd8f")

  • BackgroundColor : Color of the background in Hex format (i.e. "#ffffff")

3. EVENTS

  • NONE