Gareth Robinson
Results
2
issues of
Gareth Robinson
#### Expected behaviour When rendering a set of series with borderWidth = null, then zooming in on a section in the negative zone shows only the bars that are in...
Type: Bug
At the moment the `SchemaStore` will, if it finds a schema that hasn't yet been resolved, call the `getContent` method to retrieve it: https://github.com/jimblackler/jsonschemafriend/blob/master/library/src/main/java/net/jimblackler/jsonschemafriend/SchemaStore.java#L144 That getContent method will then use...