UNPKG

highcharts-multicolor-series

Version:

Highcharts plugin that adds new series: multicolor-series, where you can define color for each part of a path, between two points.

11 lines (8 loc) 204 B
import type { Config } from 'jest'; const config: Config = { preset: "ts-jest", clearMocks: true, testEnvironment: "jest-environment-jsdom", modulePaths: ["."] }; export default config;