Tyler Liu
Tyler Liu
Check the dev branch of this repository.
I cannot make it work. seems not supported. http://www.highcharts.com/demo/spline-irregular-time/grid Please advise how to translate the following JS into Ruby: ``` javascript $(function () { $('#container').highcharts({ chart: { type: 'spline' },...
The current solution(workaround) is hacky: ```js componentDidMount() { this._mounted = true; setTimeout(() => { // clear timeout is probably not necessary if (this._mounted) { this.setState({ loading: false, }); } },...
Can you reproduce the issue here: https://mermaidjs.github.io/mermaid-live-editor/ ? If so, please post the link back and I will definitely take a look.
UglifyJS doesn't support ES6. So this is actually a general issue in JS world, not closely related to mermaid.
Code is generated based on specs. I have raised an internal ticket to update the spec.
The code is auto generated based on spec. I have raised an internal ticket to update the spec.
The code is auto generated based on API spec. I will talk to the maintainer of the API spec.
Confirmed the issue, I created an internal ticket to track it.