j1mie
j1mie
Seeing as you're now using helper classes for grid columns, as well as for the flex fallback, perhaps this fix could be added to those instead? What do you think?
Ah, I get you. I think clarification would help here - coming from other popular grid systems (where max-width and last breakpoint aren't always the same value) this could confuse...
@seejamescode Absolutely! Will update shortly.
Hi @Parul-Kudtarkar - [Victory's implementation of force](https://github.com/FormidableLabs/victory-force/blob/master/src/components/victory-force.js) may be a good starting point for implementing a force layout in React.
Also, just to add - I'm currently adding weights to **nodes** rather than **edges** - is this acceptable to do, using `ngraph.path`?
Looking at the PR I linked above, it seems as though we'd need to access `fromNode.parent` in the `distance` function. @anvaka Any idea on how to do this?
Fixed this by adding a custom tick label component ```jsx import { Text } from 'react-native' import { ForeignObject } from 'react-native-svg' ... ... const TickLabel = (props: { text?:...
Thanks for posting @ziheng and apologies for the delay - I will try to replicate this issue and have this prioritised for our upcoming sprint.
@ZacharyStair Is this something you have encountered in your work with tooltips?
@ziheng Could you try the above suggestion and let us know how you get on? Thanks!