baxing

Results 11 comments of baxing

I use Delphi 10.3 only this code give 33 warning together ``` jSon := TMcJsonItem.Create; jSon.AsJSON := '{"key1":1,"key2":true,"key3":1.234,"key4":"value 1","array":[1,2,3]}'; MMO1.Text := jSon.ToString(True); jSon.Free; ``` Could you please give an example?...

It still gives 33 warnings message follow : [dcc32 Warning] McJSON.pas(179): W1010 Method 'ToString' hides virtual method of base type 'TObject' [dcc32 Warning] McJSON.pas(180): W1010 Method 'ToString' hides virtual method...

Hi martynasma The example link you provided is not exactly what I want. Let me show you this picture to make it clearer. ![amchartbar3](https://github.com/amcharts/amcharts4/assets/54997138/627ac7d5-0a45-447c-ac93-b3f0a70803a1) - In each major group, at...

Thanks for the additional advice. But I still can't figure out how to apply your suggestion to the sample image below. ![amchartbar4](https://github.com/amcharts/amcharts4/assets/54997138/f6d8cbae-8dc6-4630-a019-76fd71dad72f) Where its data looks like this `let data...

Thank you very much🤓, this is a great example for me. and I can continue to use it. But I'm stuck with some problems. This is because the information within...

OK, I improved from your code by using Method : groupby and map to add values to createRange and createRangeGrid . Follow [this example](https://codepen.io/Baxing/pen/JjzVXEm) which I think should be as...

I would like to ask more about changing the color of text in certain positions as shown in the picture. ![amchartbar5](https://github.com/amcharts/amcharts4/assets/54997138/3cef137f-b8b4-4368-ab5e-e5e6989688ff) 1. If I want to change the color of...

I tried and couldn't read the chart.data value that is the "color" part. Example I use the "color" part to set the color of the text in the Item along...

I've tried experimenting with Amcharts 4 again, as in [this example link](https://codepen.io/Baxing/pen/QWoPRJv), but I'm still having trouble setting the color of the final text X-axis label. which refuses to change...

Please update the commands that can be done. 😃 Thank you