Is there any tutorial about how to implement this one in Android or iOS (or both)? I tried to combine the charting-library-example and this tutorial, but it completely did not work. I keep receiving errors:
I/chromium: [INFO:CONSOLE(1)] "Uncaught SyntaxError: Cannot use import statement outside a module", source: file:///android_asset/charting_library/src/datafeed.js (1)
I/chromium: [INFO:CONSOLE(1)] "Uncaught SyntaxError: Cannot use import statement outside a module", source: file:///android_asset/charting_library/src/main.js (1)
I/chromium: [INFO:CONSOLE(2)] "Uncaught ReferenceError: tvWidget is not defined", source: file:///android_asset/charting_library/index.html (2)
Is there any tutorial about how to implement this one in Android or iOS (or both)? I tried to combine the charting-library-example and this tutorial, but it completely did not work. I keep receiving errors:
Here is how I did it:
charting_library
into the source code that I just clonedindex.js
in the source codeHere is what my source code looks like after I finish all steps: