Skip to content

Commit 9ddce7f

Browse files
author
LARINA-NB-W10\OlgaLarina
committed
update comments
1 parent 406c4b9 commit 9ddce7f

File tree

2 files changed

+66
-84
lines changed

2 files changed

+66
-84
lines changed

src/apexcharts/selectBase.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
// public async create(chartNode: HTMLElement): Promise<any> {
2424
// const [chart, chartOptions] = await this.update(chartNode);
2525

26-
// // Обработка кликов по графику
2726
// chart.addEventListener("click", (event: any, chartContext: any, config: any) => {
2827
// if (config.dataPointIndex !== undefined && config.dataPointIndex !== null) {
2928
// let itemText = "";
@@ -44,7 +43,6 @@
4443
// }
4544
// });
4645

47-
// // Изменение курсора при наведении
4846
// chart.addEventListener("mouseenter", () => {
4947
// chartNode.style.cursor = "pointer";
5048
// });
@@ -65,12 +63,6 @@
6563
// ...chartOptions.chart,
6664
// locales: [{
6765
// name: localization.currentLocale,
68-
// options: {
69-
// months: ["Январь", "Февраль", "Март", "Апрель", "Май", "Июнь", "Июль", "Август", "Сентябрь", "Октябрь", "Ноябрь", "Декабрь"],
70-
// shortMonths: ["Янв", "Фев", "Мар", "Апр", "Май", "Июн", "Июл", "Авг", "Сен", "Окт", "Ноя", "Дек"],
71-
// days: ["Воскресенье", "Понедельник", "Вторник", "Среда", "Четверг", "Пятница", "Суббота"],
72-
// shortDays: ["Вс", "Пн", "Вт", "Ср", "Чт", "Пт", "Сб"]
73-
// }
7466
// }],
7567
// defaultLocale: localization.currentLocale
7668
// },

0 commit comments

Comments
 (0)