Marjan Georgiev

Results 28 comments of Marjan Georgiev

Anywhere we can see this? Maybe fork the project, add those directives and send us a link?

We removed bower from the app and migrated everything to jspm. I'll update the tests to address that.

run `gulp watch` while in development. You should only run `gulp release` once, and yes, running it multiple times will keep commenting out that block - hence the arrows. Did...

The bundler is replacing some of the compiled files in the /dist directory with the new bundled modules, so the sourcemaps point to the same file. Need to figure out...

Thanks for helping to reproduce this, @StanFisher This seems to be happening because of this: https://github.com/swimlane/ngx-charts/blob/master/src/bar-chart/bar-vertical.component.ts#L37 The charts needs to measure the axes width and heights after they have been...

This has been discussed before: #193, #367, #243, #404 As stated in those discussions, there are many possible combinations of these charts, so creating a separate chart (or a configurable...

`[customColors]="myColors(value)"` Try `[customColors]="myColors($event)"`

Sounds good, let's do it! Are you using the axis components in a custom chart? Or do you plan to add this change to all charts that have axes?

Hi there! The curve input accepts a function. You can pass it any d3 curve function, or any other function compatible with them. The list you found in the demo...

All, the project is actively maintained. I am behind on PR reviews because my current attention is focused on something else. We really appreciate the contributions, and apologise for the...