anton-thushara
anton-thushara
Is there any way to replicate functionality which is given by amcharts https://www.amcharts.com/docs/v4/concepts/bullets/ I need to add bullets to bar charts.
how can I enable date descriptors as shown in this snapshot? https://ibb.co/CmtFWsW As you can see left bottom of the snapshot date descriptor is visible for selected data point. Is...
I have set decimalScale : 2, entering the number as 0.23 works great, but when i try to enter .23 with "." being the first letter, it dosent work, any...
``` class AddRoutineDetails extends Component { ...... testfunc = () => { console.log('i got invoked'); } } export default Uranium(AddRoutineDetails); ``` this.myRef.current.testfunc(); dosent work, i think uranium is not forwarding...