MCPcopy Index your code
hub / github.com/appreciated/apexcharts-flow

github.com/appreciated/apexcharts-flow @v25.0.1

Chat with this repo
repository ↗ · DeepWiki ↗ · release v25.0.1 ↗ · + Follow
3,106 symbols 5,708 edges 350 files 13 documented · 0% updated 3mo agov25.0.1 · 2026-03-23★ 9036 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Vaadin Platform wrapper for ApexCharts to build interactive visualizations in Vaadin.

Demo

Development instructions

Starting the test/demo server:

mvn jetty:run

This deploys demo at http://localhost:8080

To deploy to another port set jetty.port and/or jetty.ssl.port like

mvn jetty:run -Djetty.port=8090 -Djetty.ssl.port=8555

Version information

Release version will follow Vaadin's versioning. eg 23.x.x indicates it depends on Vaadin 23

  • master uses Vaadin 23.x.x
  • v2.0.0-beta13 uses Vaadin 14.x.x

License

ApexCharts for Vaadin is released under Apache 2.0 license.

Extension points exported contracts — how you extend this code

Formatter (Interface)
(no doc) [8 implementers]
src/main/java/com/github/appreciated/apexcharts/helper/Formatter.java
Properties (Interface)
(no doc)
types.d.ts
Window (Interface)
(no doc)
src/main/resources/META-INF/resources/frontend/com/github/appreciated/apexcharts/apexcharts-wrapper.ts

Core symbols most depended-on inside this repo

build
called by 244
src/main/java/com/github/appreciated/apexcharts/ApexChartsBuilder.java
withType
called by 60
src/main/java/com/github/appreciated/apexcharts/config/builder/FillBuilder.java
withEnabled
called by 38
src/main/java/com/github/appreciated/apexcharts/config/chart/builder/ZoomBuilder.java
withChart
called by 36
src/main/java/com/github/appreciated/apexcharts/ApexChartsBuilder.java
withSeries
called by 36
src/main/java/com/github/appreciated/apexcharts/ApexChartsBuilder.java
get
called by 36
src/main/java/com/github/appreciated/apexcharts/config/builder/ChartBuilder.java
evalFunction
called by 35
src/main/resources/META-INF/resources/frontend/com/github/appreciated/apexcharts/apexcharts-wrapper.ts
withXaxis
called by 28
src/main/java/com/github/appreciated/apexcharts/ApexChartsBuilder.java

Shape

Method 2,754
Class 325
Enum 23
Interface 3
Function 1

Languages

Java99%
TypeScript1%

Modules by API surface

src/main/java/com/github/appreciated/apexcharts/config/Chart.java46 symbols
src/main/java/com/github/appreciated/apexcharts/config/YAxis.java44 symbols
src/main/java/com/github/appreciated/apexcharts/config/Legend.java44 symbols
src/main/java/com/github/appreciated/apexcharts/config/responsive/Options.java40 symbols
src/main/java/com/github/appreciated/apexcharts/ApexCharts.java38 symbols
src/main/java/com/github/appreciated/apexcharts/config/Tooltip.java34 symbols
src/main/java/com/github/appreciated/apexcharts/config/chart/Events.java33 symbols
src/main/java/com/github/appreciated/apexcharts/config/xaxis/Labels.java32 symbols
src/main/java/com/github/appreciated/apexcharts/config/XAxis.java32 symbols
src/main/java/com/github/appreciated/apexcharts/ApexChartsBuilder.java28 symbols
src/main/java/com/github/appreciated/apexcharts/config/builder/ChartBuilder.java26 symbols
src/main/java/com/github/appreciated/apexcharts/config/Markers.java26 symbols

For agents

$ claude mcp add apexcharts-flow \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page