You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
파이차트 생성할때
data = {
categories: ['예시'],
series: [
{
name: '예시1',
data: 5,
},
{
name: '예시2',
data: 10,
},
{
name: '예시3',
data: 0,
},
{
name: '예시4',
data: 7,
}
],
};
이렇게 데이터를 생성하면 예시3은 데이터가 0이므로 파이에서 표현이 안되어야하는데..
예시3 표시되면서 오히려 예시4는 그려지지 않는데 무엇이 문제인가요?
표현되고 있는데 어떻게 해야하나요?
Beta Was this translation helpful? Give feedback.
All reactions