Paweł Marynowski

Results 11 comments of Paweł Marynowski

oh, I should have mentioned that it's not working properly when there are multiple values eg. `[50, 90]`

What is working for us is: browsers: [ 'Chrome' ], customLaunchers: { Chrome_DevTools_Saved_Prefs: { base: 'Chrome', flags: ['--auto-open-devtools-for-tabs'] } },

I've found trick that worked for me. I changed `margin-left` to `padding-left` in the template below. You can just add this in your controller: ``` $templateCache.put('ui-grid/uiGridRenderContainer', "" ) ```

Yes, this one will be helpful, confirmed working on angular 1.5 with `$ctrl` using this fix.

Current approach is naïve skip purely on front-end. If we want to have real skip, we need back-end for that.

@leilaz have you experienced this as campaign coordinator?

I can add tooltips for buttons, any ideas?

After hew hours in the source code, here's what is working for me with `Fx.hover`: in `render()`: ``` { this.graphNode = node; }} divId={`plot-${this.id}`} data={data} style={style} config={config} layout={layout} onHover={hover =>...