Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

webtrader-charts

Package Overview
Dependencies
Maintainers
4
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webtrader-charts - npm Package Compare versions

Comparing version 0.4.10 to 0.4.11

2

package.json
{
"name": "webtrader-charts",
"version": "0.4.10",
"version": "0.4.11",
"description": "webtrader charts",

@@ -5,0 +5,0 @@ "main": "dist/webtrader-charts.js",

@@ -90,3 +90,3 @@ # webtrader-charts ![Build Status](https://travis-ci.org/binary-com/webtrader-charts.svg?branch=master)

chart.draw.exitSpot(epoch); // filled orange circle at epoch
chart.draw.barrier({value: value}); // draws a gree horizontal barrier line
chart.draw.barrier({value: value, label: label}); // draws a green horizontal barrier line
```

@@ -93,0 +93,0 @@

@@ -94,3 +94,3 @@ import _ from 'lodash';

entrySpot: (dialog, epoch) => draw.point(dialog, { value: epoch, color: 'white' }),
barrier: (dialog, { value }) => {
barrier: (dialog, { value, label }) => {
const container = dialog.find(`#${dialog.attr('id')}_chart`);

@@ -119,3 +119,3 @@ const chart = container.highcharts();

align: 'left',
text: 'barrier: ' + value,
text: `${label || 'barrier'}: ${value}`,
style: {

@@ -122,0 +122,0 @@ 'display': 'inline-block',

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc