morozovkirill
morozovkirill
- https://github.com/mattphillips/deep-object-diff/issues/23 - https://github.com/mattphillips/deep-object-diff/issues/14
It would be nice to set different font size for ticks on different axes. Now it's impossible even through class name selector. May be name the styles like "tickX"/"tickY"?
There is a function in src/util/ChartUtils.ts - getCoordinatesOfGrid. It adds min and max values to ticks array for grid. I think it should be an option. ``` /** * Calculate...
@nikolasrieble I'm not sure, but I can try. I haven't ever committed to libraries. I guess there should be an option in CartesianGrid component. For instance - syncWithTicks (false at...
@khajimatov i’ve forked to add/edit some code, but cannot install all node modules because of outdated macOS. Now I’m trying to update it, but not sure, if everything will be...
> That sounds like a great proposal, and it would not be breaking, thus could be released directly without a major release. > > We could also have an API...
@yarinoo if you replace zero values with "undefined", they will not be shown, but minPointSize will affect positive values - https://codesandbox.io/embed/bar-chart-with-min-height-forked-x87psv?fontsize=14&hidenavigation=1&theme=dark
Yep. The start issue was with CartesianGrid component. It renders additional lines besides ticks. Maximum and Minimum values (check getCoordinatesOfGrid function in ChartUtils.ts). So, chart has border with them, even...