[GitHub] [incubator-echarts] luisenriqueramos1977 commented on issue #12916: Cannot read property 'getElementById' of undefined

2020-07-06 Thread GitBox
luisenriqueramos1977 commented on issue #12916: URL: https://github.com/apache/incubator-echarts/issues/12916#issuecomment-654116970 okay, I finally got one working, https://echarts.apache.org/en/tutorial.html#Create%20Custom%20Build%20of%20ECharts I have to remark,

[GitHub] [incubator-echarts] luisenriqueramos1977 commented on issue #12916: Cannot read property 'getElementById' of undefined

2020-07-06 Thread GitBox
luisenriqueramos1977 commented on issue #12916: URL: https://github.com/apache/incubator-echarts/issues/12916#issuecomment-654106250 The only thing I did was install according instructions npm install echarts --save, in vs code. many erros for missing package were produced, but

[GitHub] [incubator-echarts] luisenriqueramos1977 commented on issue #12916: Cannot read property 'getElementById' of undefined

2020-07-06 Thread GitBox
luisenriqueramos1977 commented on issue #12916: URL: https://github.com/apache/incubator-echarts/issues/12916#issuecomment-654102770 I think I included document as follows: var document = document.getElementById('dom-id'); and later got this error: var myChart =

[GitHub] [incubator-echarts] luisenriqueramos1977 commented on issue #12916: Cannot read property 'getElementById' of undefined

2020-07-06 Thread GitBox
luisenriqueramos1977 commented on issue #12916: URL: https://github.com/apache/incubator-echarts/issues/12916#issuecomment-654095326 Dear Wang, thanks for your quick response, the code I using is exactly the one it is published in this source