Skip to content

Commit

Permalink
Changed colors on trading chart
Browse files Browse the repository at this point in the history
  • Loading branch information
BetsyBraddock committed Dec 30, 2020
1 parent 7f67c5e commit e7e75bb
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions src/app/components/TradingViewChart/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,31 +60,31 @@ export function TradingViewChart(props: ChartContainerProps) {
'paneProperties.horzGridProperties.color': '#363c4e',
'symbolWatermarkProperties.transparency': 200,
'scalesProperties.textColor': '#AAA',
'mainSeriesProperties.candleStyle.wickUpColor': '#4ecdc4',
'mainSeriesProperties.candleStyle.upColor': '#4ecdc4',
'mainSeriesProperties.candleStyle.wickDownColor': '#fec006',
'mainSeriesProperties.candleStyle.downColor': '#fec006',
'mainSeriesProperties.candleStyle.borderColor': '#4ecdc4',
'mainSeriesProperties.candleStyle.borderUpColor': '#4ecdc4',
'mainSeriesProperties.candleStyle.borderDownColor': '#fec006',
'mainSeriesProperties.hollowCandleStyle.wickUpColor': '#4ecdc4',
'mainSeriesProperties.hollowCandleStyle.upColor': '#4ecdc4',
'mainSeriesProperties.hollowCandleStyle.wickDownColor': '#fec006',
'mainSeriesProperties.hollowCandleStyle.downColor': '#fec006',
'mainSeriesProperties.hollowCandleStyle.borderColor': '#4ecdc4',
'mainSeriesProperties.hollowCandleStyle.borderUpColor': '#4ecdc4',
'mainSeriesProperties.hollowCandleStyle.borderDownColor': '#fec006',
'mainSeriesProperties.haStyle.wickUpColor': '#4ecdc4',
'mainSeriesProperties.haStyle.upColor': '#4ecdc4',
'mainSeriesProperties.haStyle.wickDownColor': '#fec006',
'mainSeriesProperties.haStyle.downColor': '#fec006',
'mainSeriesProperties.haStyle.borderColor': '#4ecdc4',
'mainSeriesProperties.haStyle.borderUpColor': '#4ecdc4',
'mainSeriesProperties.haStyle.borderDownColor': '#fec006',
'mainSeriesProperties.lineStyle.color': '#4ecdc4',
'mainSeriesProperties.areaStyle.color1': '#4ecdc4',
'mainSeriesProperties.areaStyle.color2': '#0098c4',
'mainSeriesProperties.areaStyle.linecolor': '#4ecdc4',
// 'mainSeriesProperties.candleStyle.wickUpColor': '#4ecdc4',
// 'mainSeriesProperties.candleStyle.upColor': '#4ecdc4',
// 'mainSeriesProperties.candleStyle.wickDownColor': '#fec006',
// 'mainSeriesProperties.candleStyle.downColor': '#fec006',
// 'mainSeriesProperties.candleStyle.borderColor': '#4ecdc4',
// 'mainSeriesProperties.candleStyle.borderUpColor': '#4ecdc4',
// 'mainSeriesProperties.candleStyle.borderDownColor': '#fec006',
// 'mainSeriesProperties.hollowCandleStyle.wickUpColor': '#4ecdc4',
// 'mainSeriesProperties.hollowCandleStyle.upColor': '#4ecdc4',
// 'mainSeriesProperties.hollowCandleStyle.wickDownColor': '#fec006',
// 'mainSeriesProperties.hollowCandleStyle.downColor': '#fec006',
// 'mainSeriesProperties.hollowCandleStyle.borderColor': '#4ecdc4',
// 'mainSeriesProperties.hollowCandleStyle.borderUpColor': '#4ecdc4',
// 'mainSeriesProperties.hollowCandleStyle.borderDownColor': '#fec006',
// 'mainSeriesProperties.haStyle.wickUpColor': '#4ecdc4',
// 'mainSeriesProperties.haStyle.upColor': '#4ecdc4',
// 'mainSeriesProperties.haStyle.wickDownColor': '#fec006',
// 'mainSeriesProperties.haStyle.downColor': '#fec006',
// 'mainSeriesProperties.haStyle.borderColor': '#4ecdc4',
// 'mainSeriesProperties.haStyle.borderUpColor': '#4ecdc4',
// 'mainSeriesProperties.haStyle.borderDownColor': '#fec006',
// 'mainSeriesProperties.lineStyle.color': '#4ecdc4',
// 'mainSeriesProperties.areaStyle.color1': '#4ecdc4',
// 'mainSeriesProperties.areaStyle.color2': '#0098c4',
// 'mainSeriesProperties.areaStyle.linecolor': '#4ecdc4',
'mainSeriesProperties.areaStyle.transparency': 90,
},
});
Expand Down

0 comments on commit e7e75bb

Please sign in to comment.