UNPKG

@amcharts/amcharts5

Version:
11 lines 349 B
import { Line } from "./Line"; /** * Draws a tick element (mostly used on axes). * * @see {@link https://www.amcharts.com/docs/v5/concepts/common-elements/graphics/} for more info */ export class Tick extends Line { } Tick.className = "Tick"; Tick.classNames = Line.classNames.concat([Tick.className]); //# sourceMappingURL=Tick.js.map