Skip to content

Commit

Permalink
Remove highcharts dependency pt. 1 (#15970)
Browse files Browse the repository at this point in the history
Signed-off-by: Frances Thai <[email protected]>
Signed-off-by: Frances Thai <[email protected]>
  • Loading branch information
notfelineit authored May 31, 2024
1 parent 88a356c commit ab6c7af
Show file tree
Hide file tree
Showing 14 changed files with 5,271 additions and 5,813 deletions.
5 changes: 5 additions & 0 deletions changelog/20.0/20.0.0/summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
- **[`SIGHUP` reload of gRPC client static auth creds](#sighup-reload-of-grpc-client-auth-creds)**
- **[VTAdmin](#vtadmin)**
- [Updated to node v20.12.2](#updated-node)
- [Replaced highcharts with d3](#replaced-highcharts)

## <a id="major-changes"/>Major Changes

Expand Down Expand Up @@ -377,3 +378,7 @@ The internal gRPC client now caches the static auth credentials and supports rel

Building `vtadmin-web` now requires node >= v20.12.0 (LTS). Breaking changes from v18 to v20 can be found at https://nodejs.org/en/blog/release/v20.12.0 -- with no known issues that apply to VTAdmin.
Full details on the node v20.12.2 release can be found at https://nodejs.org/en/blog/release/v20.12.2.

#### <a id="replaced-highcharts"/>Replaced highcharts with d3

The vtadmin-web UI no longer has a dependency on highcharts for licensing reasons. The tablet QPS, tablet VReplication QPS, and workflow streams lag charts have all been replaced by d3. We'll be iteratively improving the d3 charts until they reach feature parity with the original highcharts charts.
Loading

0 comments on commit ab6c7af

Please sign in to comment.