Martynas Majeris

Results 280 comments of Martynas Majeris

No, not yet. There are no immediate plans for Vue.js support, I'm afraid.

@abelovic I hear you. We are a small team, though, and can't possibly support everything. Vue is on our radar. Even if we don't have immediate plans or resources to...

We've just published a tutorial on using amCharts with Vue.js: https://www.amcharts.com/kbase/using-amcharts-vue-js-webpack/ I know it's not exactly the same as native component, but still might help someone.

@bragma Noted ;)

@quillhon No, I didn't. It was written, verified and reverified by my colleague @ailon. I'm going to leave it here, since I'm not competent to comment on the topic. If...

Hi Kevin, I'm afraid we do not have a build-in feature like that. It can be implemented using chart's events though. Below are a few demos that do something similar:...

Hey, Sorry for not getting back earlier. GitHub issues is not covered by our regular support. `connect` is for line graphs. Enabling it will connect two most adjacent data points...

Hi there, I must admit I'm at a bit of loss as what you are trying to achieve. How can connecting of gaps with candlesticks work? Would you expect a...

Hi there, Sorry for not getting back earlier. Unfortunately, we won't be able to solve this. There's simply too many CSS sizing options to account for when calculating container size....

Try calling this after setting the width/height on the chart: ``` root._runTickerNow(); ```