Skip to content
This repository was archived by the owner on May 3, 2023. It is now read-only.

Commit 3459471

Browse files
committed
removed unused var"
1 parent 0a31131 commit 3459471

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/options-handlers/plotLines/plotLines-handler.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ import { optionsBuilder, convertJSArrayToNative } from "../helpers/helpers";
22
import { isAndroid } from "@nativescript/core";
33

44
export function plotLinesHandler(plotLineOptions) {
5-
const plotLines = isAndroid ? new com.highsoft.highcharts.common.hichartsclasses.HIPlotLines() : new HIPlotLines();
6-
75
const plotLinesSchema = {
86
className: 'string',
97
color: 'HIColor',

0 commit comments

Comments
 (0)