cramatt

Results 16 issues of cramatt

The styling guide suggests is possible to set the width of the player like so: ```css vm-player { --vm-settings-width: 100px; } ``` But this is misleading because due to a...

Its not possible to create a composite chart because you can't properly use compose property in config - you need access to chart. ``` .compose([ dc.lineChart(composite) // composite must be...

Running `npx create-grandstack-app test-app` I get the following error. I end up with a project that runs successfully, BUT it still has all the unused templates included. Looks like the...

Openlayers has numerous examples for how to use GeoJSON with their maps. Is this supported in ngeo, any hints for how to use ? http://openlayers.org/en/latest/examples/geojson.html?q=geojson Thanks! Matt

**Is your feature request related to a problem? Please describe.** While upgrading from 1x to 3x It was not clear based on the guide that I MUST upgrade to ApolloServer...

documentation
good first issue

**Is your feature request related to a problem? Please describe.** As implemented in v3, interfaces have a limited where filtering capability compared to unions. This is because the `InterfaceWhere` that...

bug report

The example you have does not work to set the radius. You need to set `layer.customAttributes.radius` for this to work. There is a second problem which is that `ayer.customAttributes` gets...

## Overview The following user case will create a situation where a GeoJson layer does not update it's source when expected. ## Use case Consider the following use case: ```...

This library works very well for scaling text - better than many of the alternatives I've tried. However it has very poor performance when resizing the window. A debounce /...

I noticed in the export PDF Gif images seem to be converted to JPEGs. Is there a way to keep them as Gifs? Of course this would assume PDFs support...

help wanted