"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.InitPoint = void 0;
var chart_style_1 = require("../../../../../constants/chart-style");
exports.InitPoint = {
type: chart_style_1.EPoint.None,
size: '',
borderColor: '',
borderWidth: ''
};