import { Base_color } from './__base'; import { Base_xAxis } from './__xAxis'; import { Base_tooltip_num, Base_tooltip_Pre, Base_tooltip_BoxPlot, Base_tooltip_Bubble,Base_tooltip_Chain,Base_tooltip_Chain_noper,Base_tooltip_Pre_Chain, Base_tooltip_Pre_Chain_chazhi } from './__tooltip'; import { Base_yAxis_num, Base_yAxis_pre } from './__yAxis'; import { Base_legend } from './__legend'; import { Base_plotOptions } from './__plotOptions'; import { getSeries_GradientColor, getSeries_AllGradientColor } from './__series'; import { getSeries_Dis, getChartClick_xAxis, getChartClick_Ind } from './__datafuc'; const highCBase = { credits: { enabled: false, }, exporting: { enabled: false, }, title: { text: null, }, colors: Base_color, chart: { marginRight: 30, backgroundColor: 'transparent', }, plotOptions: Base_plotOptions, xAxis: Base_xAxis, yAxis: Base_yAxis_num, legend: Base_legend, tooltip: Base_tooltip_num, series: [], }; export { highCBase, Base_color, Base_tooltip_num, Base_tooltip_Pre, Base_tooltip_BoxPlot, Base_tooltip_Bubble, Base_tooltip_Chain, Base_tooltip_Chain_noper, Base_tooltip_Pre_Chain, Base_tooltip_Pre_Chain_chazhi, Base_yAxis_num, Base_yAxis_pre, Base_legend, Base_xAxis, Base_plotOptions, getSeries_GradientColor, getSeries_AllGradientColor, getSeries_Dis, getChartClick_xAxis, getChartClick_Ind };