Marco Giuliano

Results 10 issues of Marco Giuliano

Hi All, in my application, after calling `c3.generate`, I call `zoom([a,b])` to set an initial zoom. This works fine, but as soon as the user clicks and drags the mouse...

Hi All, in `rotated=true` charts, when you zoom (using type `zoom.type=scroll`, because `zoom.type=drag` doesn't work ) you cannot pan on the `y-axis` to see the others values. Check the following...

Hi All, the function `subchart.show()` seems to reset the current zoom to the full domain. Here's an attached jfiddle reproducing the issue: https://jsfiddle.net/a1t82cyn/3/ * **C3 version**: 0.7.15 * **D3 version**:...

Hi, I'm using point.r function to draw a bubble chart, but I'd really need to adjust the r value (which is in pixels) according to the size of axis x...

Hi, I'm trying to setup a docker-compose with 2 services sharing a volume plus 1 SFTP service allowing users to add/delete/edit/rename files inside that shared volume. The two services seems...

Hi, in order to define a date-range slider, I wrapped a vue-slider as shown in this simple fiddle : https://jsfiddle.net/9t2u0sja/ But, when I try to change min/max and value, it...

In our application we have a vue-leaflet map where we show groups of circle markers according to the current zoom level. When the number of markers is relatively low, say...

wontfix

### Description The CircleMarker layer seems to block the LGeoJson mouse interactivity when `preferCanvas: true`. #### Live Demo I prepared the following code-sandbox reproducing the issue: https://codesandbox.io/s/leaflet-canvas-geojson-click-uy9ez Usage: The left...

bug
confirmed

Hi, I'm trying to use swagger-parser in a browser application: the user should be able to paste the open-api yaml/json code into a text area and then swagger-parser library should...

**Describe the bug** When you define a `discriminator` for a `oneOf` with explicit mappings to references defined in a custom section, the discriminator dropdown shows implicit mappings as well. -...

Type: Bug
p2