Anatoly Bakirov

Results 6 issues of Anatoly Bakirov

We would like to explore alternative selection appearances. For example, instead of highlighting selected feature we would like to try to fade-out other "features" down to opacity of about 0.2....

question
v0x

For standard types like "bar", Cedar should cache template and not make additional requests the second time bar chart is created.

v0x

On a bar chart, some values are occasionally near zero: ![image](https://cloud.githubusercontent.com/assets/5304673/8246751/87eda84c-15f8-11e5-8d8b-446e9b8f02d5.png) Mouse events and popups should still work for such bars. A possible solution is to increase sensitive area for...

Low
v0x

I'm trying to implement selection in the bar chart by calling `select` method on click: ``` chart.on("click", function(e, data) { chart.select({ key: "ZIP_CODE", value: data["ZIP_CODE"] }); }); ``` This does...

bug
High
v0x

Histograms are almost like bar charts except X-axis will show numeric intervals with some predefined breaks (equal intervals, natural breaks, etc.). The implementation could probably use [getHistogram](https://devtopia.esri.com/WebGIS/arcgis-js-api/wiki/JSAPI-3.13-API-Reference#getHistogram) method from new...

High
Library API
1 - In Progress
v0x

This is more of a discussion than actual issue. What should be our strategy if we want to do something very custom using d3 like [chord diagram](https://www.google.com/search?tbm=isch&q=chord+diagram+visualization)? We were thinking...

1 - In Progress
v0x