amChart map chart with time frame selection capabilities - amcharts

I was wondering if anyone did something similar or if it's even possible using amChart maps and using chartScrollbar or some other scrollbar to simulate time frame selection and to update tooltips over countries on scroll.
<-------O================0------------->
Scroll bar goes at the bottom.

Related

render dc.js charts on brushmove instead of brushend

I'm trying to render a visualization with dc.js that responds immediately to brushmove events.
It seems that dc.js charts will only re-render when the brush stops moving (example with dc brushend rendering), instead of simultaneous with the brush movement (example with brushmove rendering).
Is there any way to modify this behavior so that all dc charts will re-render simultaneously with the brush movement?
If you look closely, the charts do actually update as you move the brush. However, each dc.js chart by default has a transition set, as you can see in the dc.js docs: transitionDuration, which controls the transition time, is set to 750 for all charts.
To change this, set transitionDuration to 0, which is the same as disabling transitions:
chart.transitionDuration(0)

Make Responsive Svg inside angular-gridster item

I want to make Gridster grid responsive according to grid resize as well as window resize. Currently I am using DC.js to render charts inside the gridster grid, but if the screen resolution changes from bigger to smaller , the value of the item stored previously for the width for svg remain too big for the screen.
Any tips how to make it responsive. How to set the width of gridster item , it looks to me it injected through java-script.
I found out the answer. Angular Gridster have a event "gridster-resized" , whenever this event happens try to resize the items in the gridster.

While zooming out horizontal scroll bar appears in subgtid

I have a one subgrid for every row which contains 5 columns. When I set zoom to 100% in IE grid looks good. But if I zoom it out to 75%, horizontal scroll bar totally hides the subgrid. I tried manybpossible ways. Didnt work.Please anyone help me out.

Determining position of KendoUI DataViz Chart plot area

I have a screen where I need to align other controls with the plot lines of a DataViz chart control.
Using Javascript, how can I get the position of the PlotArea of the chart? I'd like to know the offset.left of the chart's plot area and the total PlotArea.width.
None of the properties / methods exposed in JavaScript are apparent.

How to add an animation into infragistics grid row

I am developing UI form that has infragistics grid. Users can delete, submit some records in the grid. Because of long running task (deleting, insertion...) some grid records have to display the static or dynamic progress. To improve UX I think to add a virtual column that can display animated gif or just draw a fixed or animated text. How can I implement this functionality with that grid?
I suggest to look at the samples installed with your NetAdvantage controls.
In particular the samples on:
Alpha blending (display a background image with various level of opacity)
Flood fill (Use a cell or column as progress bar)
Special effects (Pulsing or blinking a cell)

Resources