Egor Komarov

Results 9 comments of Egor Komarov

Same problem with ``import(`./${icon}.svg`)`` and ``require(`./${icon}.svg`)`` My config: ``` { test: /\.svg$/, issuer: /\.jsx?$/, use: [ { loader: '@svgr/webpack' }, ], }, ```

@lujjjh No, you got me wrong. I want to use mouse button as shift (or any other modifier), not as shift + something. I mean holding mouse button and getting...

Sorry for the long response. I don't have any other mouse utilities installed. [Here](https://drive.google.com/file/d/1dSMZSDJWGcyHgxGDARkQcbCUn8QjXvZK/view?usp=drive_link) is my log. I mapped button 3 to shift and wrote "test" three times while holding...

Have same problem with bar chart when trying place tooltip on the top of bar. It's possible to change tooltip's position on bar mouse enter, but not on cursor render.

My workaround with area chart: ```javascript import React from 'react'; import { AreaChart, XAxis, YAxis, Tooltip, ResponsiveContainer, Area, } from 'recharts'; export default class UIAreaChart extends React.PureComponent { static propTypes...

@angelozehr nothing special: ``` .ui-chart { position: relative; ... } .ui-chart-tooltip { pointer-events: none; opacity: 0; position: absolute; top: 0; left: 0; z-index: 10; ... and lots of beautifying styles...

@jesperlandmer Perhaps something has changed in api over the past year, I didn't test it on new versions.

I can propose my color palette: ```json "indentRainbow.colors": [ "rgba(200, 200, 200, 0.4)", "rgba(114, 168, 223, 0.4)", "rgba(139, 190, 138, 0.4)", "rgba(209, 154, 102, 0.4)", "rgba(184, 128, 185, 0.4)", "rgba(214,...