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
Thanks for the suggestion, but I don't think the doc is weak.
The file path can differ depending on the user's environment. I think this is really 'basic' knowledge without the detailed clarification.
Anyway, I'll try to add some more details on that.
예제에서 html문에
<script src="billboard.js"></script>라고 명기해 놨는데 예를들면, 노드에서는
<script src="/node_modules/billboard.js/dist/billboard.js"></script>라고 표시하는식으로 좀 구체적으로 어디서 어떤 파일을 링크시켜야 하는지 알려줄 필요성이 있고,
또 ,
var chart = bb.generate({ ...
같은경우는 bb가 도대체 뭔지, 만약 import 시켜야 할 것이 있다면
var bb =require('billboard'); 같은 좀더 구체적인 설명이 필요해 보입니다.
[참조]
https://realm.io/docs/javascript/latest/ -> 이곳의 getting started 파트
The text was updated successfully, but these errors were encountered: