@amcharts/amcharts5
Version:
amCharts 5
11 lines • 349 B
JavaScript
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