Quote from
sghoshnbu on October 18, 2025, 7:27 pm
I have been developing a D3.js wrapper plugin that supports different types of charts and visualizations. A demo is available at https://saptarshi.in/d3. I am currently extending the commands with various parameters for customization. The backend data format is JSON. Although the demo is visually unappealing, it serves its purpose for now.
However, I am curious to know whether there is any limitation on the number of parameters a command can accept. Is it ten, or more, or fewer than ten?
I am aiming to complete the plugin by next weekend. Once the prototype is ready, I will upload it along with the source code and examples for testing, debugging, and further extension.
I have been developing a D3.js wrapper plugin that supports different types of charts and visualizations. A demo is available at https://saptarshi.in/d3. I am currently extending the commands with various parameters for customization. The backend data format is JSON. Although the demo is visually unappealing, it serves its purpose for now.
However, I am curious to know whether there is any limitation on the number of parameters a command can accept. Is it ten, or more, or fewer than ten?
I am aiming to complete the plugin by next weekend. Once the prototype is ready, I will upload it along with the source code and examples for testing, debugging, and further extension.
Vadim and Phil78 have reacted to this post.