kluverua
kluverua
Another workaround - is to change the default encoding in your environment (where you are running sonar-scanner). You need to set it to **UTF-8** If you use docker you can...
try use parameter `markerFormatFn`
Is this modification compatible with old configs?
In this chart, the width of the text of all values is calculated, then the maximum width is taken and added to right and left paddings. See function **applyGaugeConfig** Try...
What did you mean? Can you show full chart config? **Dataset** has only such parameters: `gaugeData gaugeLimits backgroundColor`
`myChartInstance.config.data.datasets[0].gaugeData.value = 800; myChartInstance.update({duration:0,lazy: true})`
comment this: `//gaugeHelper.animateArrow();` and replace this: `//gaugeHelper.renderSmallValueArrow(gaugeHelper.minValue);` --> `gaugeHelper.renderValueArrow();`
I think so, if you write some code :D
You cant do this in current version. If you don't want to fix source code, you can try this workaround: ``` chart.config.data.datasets[0].gaugeLimits[0] = 0; chart.config.data.datasets[0].gaugeLimits[1] = 1; ... update ```
For iOS I solved this problem as follows: Added UIFileSharingEnabled property in the settings (*.plist) and upload certificate file via itunes Then build path like this: ``` NSString *documentsDirectory =...