Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<meta name="author" content="">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
import { isBusinessDay } from 'lightweight-charts';
import { PluginBase } from './tvplugin/plugin-base';
import { drawInit } from '@chart/drawings/_drawindex.svelte';
import { getUid } from '../../../lib/helper/uid';
const defaultOptions = {
color: 'rgba(200, 50, 100, 0.75)',
previewColor: 'rgba(200, 50, 100, 0.25)',
lineWidth: 2,
labelColor: 'rgba(200, 50, 100, 1)',
labelTextColor: 'white',