[무역|7|Plotly] 해외시장조사 데이터 Guage chart 꾸미기 plotly Guage Chart 만들기 작성된 코드를 먼저 보시겠습니다.fig = go.Figure()fig.add_trace(go.Indicator(mode="gauge+number+delta", value=mrktAcbltVal, title={'text': "시장접근성", 'font': {'size': 24}}, delta={'reference': 50, 'increasing': {'color': "RebeccaPurple"}}, gauge={'axis': {'range': [None, 100], 'tickwidth': 1, 'tickcolor': "darkblue"}, 'bar': {'color': "darkblue"},..