rafaelklaessen / react-tradingview-widget

React component for rendering the TradingView Advanced Real-Time Chart Widget.
MIT License
273 stars 94 forks source link

how to studies shape modify #22

Closed neuralBC-M closed 5 years ago

neuralBC-M commented 5 years ago

how to studies shape modify

i want to change shape circle

<TradingViewWidget
  symbol="BITFINEX:BTCUSD"
  timezone={"Asia/Seoul"}
  theme={Themes.DARK}
  locale="kr"
  interval="1"
  studies={
      ['Volume@tv-basicstudies']
  }
  style={BarStyles.CANDEL}
  fullscreen
/>

What options do I need to add? And finally, I want to make it look like a picture below. Is it possible? 2019-01-31 10 20 43

This URL is the URL I refer to. https://www.tensorcharts.com/

I would like to return the questions to Google translation machine and apologize for the lack of a sentence.