Chart Color Generator

IsabyteChartColorGenerator

Build, edit and export color palettes consumed by every BPT chart. The exported JSON conforms to the isabyte-chart-palette/v1 schema and can be fed back into any chart via the Palette parameter.

Chart Color Generator Parameters
Current Configuration
📋
<IsabyteChartColorGenerator InitialPalette="IsabyteChartPalette.Default" OnPaletteChanged="OnPaletteChanged" />

@code {
private void OnPaletteChanged(IsabyteChartPalette palette) {
    var json = palette.ToJson();
    // Persist or feed to other charts...
}
}
An unhandled error has occurred. Reload 🗙

Rejoining the server...

Rejoin failed... trying again in seconds.

Failed to rejoin.
Please retry or reload the page.

The session has been paused by the server.

Failed to resume the session.
Please reload the page.