mzu
mzu
Hi, I was wondering if it is possible to do the following with a `Model` like this: ``` class TestImage(models.Model): original = models.ImageField(max_length=255, upload_to=get_upload_to) thumbnail = ProcessedImageField(upload_to=get_thumbnail_upload_to, processors=[Transpose(), ResizeToFill(99, 128)],...
I was wondering if it is possible to use the `Linechart` to plot data points at irregular intervals. At the moment the data is evenly spaced out on the x...
Hi. Quick question regarding `HorizontalAxis`. Is there a way to access the index of the `tickValues` as a param in `formatter`? Something like: ``` renderDataLabel(v, index), }, }} /> ```...
**Thought I should let you know:** Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details. * Move data fetching code or side effects to...