"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.percentageCharts = void 0;
var chart_style_1 = require("../../../constants/chart-style");
exports.percentageCharts = [
chart_style_1.ChartType.PercentageArea,
chart_style_1.ChartType.PercentageLine
];