Pavel Ivanov

Results 19 issues of Pavel Ivanov

Hey, can we set min/max interval size? P.S. nice plugin :)

Hello, I would like to add our column to the spreadsheet. **File:** [MLOps Platforms Comparison Matrix - Public Sheet.xlsx](https://github.com/thoughtworks/mlops-platforms/files/7685892/MLOps.Platforms.Comparison.Matrix.-.Public.Sheet.xlsx) **Changes:** Added column 'P' providing information for TeachableHub, no other changes...

#### Expected Behaviour Hey guys, What do you think about changing `format_tooltip_x` and `format_tooltip_y` when you set new data like: ```MyChart.update_values(datasets, labels);``` It will be cool if we can use...

enhancement
hacktoberfest

Use String.fromCharCode() for special characters. ``` // bad John · Doe // nope John · Doe // good {'John ' + String.fromCharCode(183) + ' Doe'} // better {`John ${String.fromCharCode(183)} Doe`}...

Hey Guys, I'm using react-apexcharts and some of our clients have some issues with the `area` chart but I can't reproduce it. The issue happened on windows and mac os...

### Feature Description Мechanism by which I can understand that OpenAI function call is captured on the server. It will be great if this is bi-directional. server => client, client...

The results from this PR have been compared to commit 451d598. Note that tests added after this commit are not included in these results. You can view the detailed results...