Closed workingbuddy10 closed 10 months ago
I'm not entirely sure what the code is suppose to do. Is it adding an icon to some stock toolbar control?
Would you be able to provide a working CodePen of your implementation?
I want to ask how can we target the settings of the individual drawing tool, like I am implementing whenever user right clicks on the tool then this pop-up displays for setting/config of the drawing tool.
For example user clicks on the callout tool, the tool gets activated but when user Right clicks on the callout tool then this config/setting pop-up should appear.
@martynasma
I'm not entirely sure what the code is suppose to do. Is it adding an icon to some stock toolbar control?
Would you be able to provide a working CodePen of your implementation?
I placed the icons of each tools and gave them the title, passing it to the enableDrawingTool & whenever user clicks on the icon the drawing tool of amcharts is initiated.
so like that I am able to initiate almost all of the tools except Parallel Channel & Measure tool.
And how come Parallel Channel & Measure tool is not mentioned in the Available tools, is there any exception?
As these two are causing the issue for me, rest of the tools are working fine.
https://www.amcharts.com/docs/v5/charts/stock/toolbar/drawing-control/#Available_tools
@martynasma
Thank you for your heads up about documentation missing some information. It's now fixed.
As for other questions, if you want us to take a look, you might consider posting a working chart setup in a CodePen.
Otherwise, we can't help.
Alternatively, if you do have support subscription, feel free to contact us at contact@amcharts.com
Please note, custom addition development is not within the scope of our support service. We might point to some issues if something jumps out at us, and provide general guidance and answers to questions, but we do not provide full on user code reviews and troubleshooting. Hope that sounds reasonable.
I want to ask how can we target the settings of the individual drawing tool, like I am implementing whenever user right clicks on the tool then this pop-up displays for setting/config of the drawing tool.
For example user clicks on the callout tool, the tool gets activated but when user Right clicks on the callout tool then this config/setting pop-up should appear.
@martynasma
Can you please help me how can I achieve this or how at least how can I target the settings of tools?
I'm not entirely sure what the code is suppose to do. Is it adding an icon to some stock toolbar control? Would you be able to provide a working CodePen of your implementation?
I placed the icons of each tools and gave them the title, passing it to the enableDrawingTool & whenever user clicks on the icon the drawing tool of amcharts is initiated.
so like that I am able to initiate almost all of the tools except Parallel Channel & Measure tool.
@martynasma Now I got the reason these Two tools were not working. I was using version of amcharts5 5.4.0, but when I upgraded to 5.6.1 this issue got fixed.
This issue is stale because it has been open 30 days with no activity. It will be closed in 5 days unless a new comment is added.
I have made the custom list on Drawing tools in my app, where I have already implemented a few of the drawing tool functionalities and they are working perfectly fine. But I want to implement/add Parallel Channel & Measure tool. Only these two are not working!
For example I have implemented Fibonacci tool like this and it is working fine:
Like that only I am trying to add Parallel Channel & Measure tool :
Encountering errors :
So is it something I doing wrong like giving title or something?