How to use highcharts-grouped-categories - 1 common examples

To help you get started, we’ve selected a few highcharts-grouped-categories examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github finos / perspective / packages / perspective-viewer-highcharts / src / js / highcharts / externals.js View on Github external
import sunburst from "highcharts/modules/sunburst";
import grouped_categories from "highcharts-grouped-categories";

const Highcharts = highcharts;

// cache prototypes
let axisProto = Highcharts.Axis.prototype,
    // cache original methods
    protoAxisRender = axisProto.render,
    UNDEFINED = void 0;

highchartsMore(highcharts);
heatmap(highcharts);
treemap(highcharts);
sunburst(highcharts);
grouped_categories(highcharts);
boost(highcharts);

export const COLORS_10 = ["#1f77b4", "#ff7f0e", "#2ca02c", "#d62728", "#9467bd", "#8c564b", "#e377c2", "#7f7f7f", "#bcbd22", "#17becf"];
export const COLORS_20 = [
    "#1f77b4",
    "#aec7e8",
    "#ff7f0e",
    "#ffbb78",
    "#2ca02c",
    "#98df8a",
    "#d62728",
    "#ff9896",
    "#9467bd",
    "#c5b0d5",
    "#8c564b",
    "#c49c94",

highcharts-grouped-categories

Highcharts plugin to add grouped categories to charts.

SEE LICENSE IN license.txt
Latest version published 11 months ago

Package Health Score

61 / 100
Full package analysis

Popular highcharts-grouped-categories functions