UNPKG

echarts

Version:

Apache ECharts is a powerful, interactive charting and data visualization library for browser

23 lines (22 loc) 682 B
import Calendar from './Calendar.js'; import { OptionDataValueDate } from '../../util/types.js'; export default function calendarPrepareCustom(coordSys: Calendar): { coordSys: { type: string; x: number; y: number; width: number; height: number; cellWidth: number; cellHeight: number; rangeInfo: { start: import("./Calendar").CalendarParsedDateInfo; end: import("./Calendar").CalendarParsedDateInfo; weeks: number; dayCount: number; }; }; api: { coord: (data: OptionDataValueDate, clamp?: boolean) => number[]; }; };