Ciaran Courtney

Results 25 comments of Ciaran Courtney

FYI As a workaround I created a [Dockerfile](https://github.com/ciarancourtney/build-virtualbox-docker) to build a minimal VirtualBox from source on bionic, then you can copy the two required files to your local install. sudo...

Example test is only failing on Linux & Python 3, the `__file__` global needs to be added to `awacs` package?

> I think what you're looking for is `autoGapCount`: > > https://www.amcharts.com/docs/v4/chart-types/xy-chart/#Gaps_over_missing_data_points No its a bug, each series should be treated distinctly when it comes to joining datapoints.

Hi @martynasma I think the root issue is that `XYSeries._baseInterval` is maintained as the minimal interval e.g. if I add a 3600sec interval series gaps appear fine, if I add...

> Not sure if I get the issue. Are you saying you don't want or can't to set `baseInterval` for your series? @martynasma This should illustrate the issue https://stackblitz.com/edit/amcharts4-issue-1192 Note...

> So basically, what you're saying is that we should maintain `baseInterval` per-series not per-axis. Right? I'm not sure of the implementation, to me `baseInterval` suggests a common, minimum interval...

Thanks @curusarn I started a branch on my fork will minimal changes to allow install on windows, and noted the following: 1. On init, the following errors are output to...

> This error looks like the way Resh gets current time fails. Is date command available in MSYS2 bash? What does executing date +%s print? Yes, its the proper GNU...