Szymon Wojciechowski

Members
  • Content count

    10
  • Joined

  • Last visited

Everything posted by Szymon Wojciechowski

  1. How to remove trial

    Hello, I'd like to ask how to remove trial label that appears in left down corner of Sankey Diagram? We have bought license. Thanks,
  2. Hello everyone, I will be implementing Drag Node Chart for my clients. They want to have context menu on each node so it will be easier for them to add Node and/or connector to specific node they click. I couldn't find this in documentation. Is there any ideas for work around this if there is no native implementation for this? I will present it here: best regards!
  3. Idea for adding context menu in node drag chart for specific node

    1. Could you elaborate on this one? What API method/ property are you referring to? 2. Thank for suggestion. We already using Sankey FushionChart for different visualization. I was thinking the node drag chart has API property that you can provide your own connector component / image.
  4. Idea for adding context menu in node drag chart for specific node

    Thank for your answer! #1.Unfortunately the client didn't agreed with that solution. It supposed to be icon next to node. I was thinking about use event where I before render the icon I will move it. Any ideas? #2. Another thing that comes out is connector. Is any possibility to provide 2 connectors between to the same nodes? Client wants to have something like in the pic below:
  5. Idea for adding context menu in node drag chart for specific node

    That's not exactly solve my problem. I want to use shape and color of entity in the standard way not image (there will be many colors of entities). So the thing that will change in some entities will be the icon that will be stick to the entity. However if there is the way to use in entity as a new component (react / HTML), but not image that would be great. Or maybe there is an other way to mark it. Thanks!
  6. Idea for adding context menu in node drag chart for specific node

    Unfortunatelly guys I don't see option of editing my post. I have another question to the chart. Is there any possibility to add icons / new HTML elements to the nodes. We want to add icon to the specific nodes to show to the client which node is marked as "action needed". Here example:
  7. Idea for adding context menu in node drag chart for specific node

    Yes, that would be nice
  8. Idea for adding context menu in node drag chart for specific node

    Thank you! That's a solving my challenge. Can you send some recommendable example how it was implemented in other projects?
  9. Idea for adding context menu in node drag chart for specific node

    Thank you for your response! In deed, the link to the demo you provided works fine. However, I wonder if the menu that popup (after you tap & hold on the entity block) can be customized? Can I prepare my own React component that will popup after tapping & holding on the entity block? Thanks!
  10. Hello everyone, I will be implementing Drag Node Chart for my clients. They want to have context menu on each node so it will be easier for them to add Node and/or connector to specific node they click. I couldn't find this in documentation. Is there any ideas for work around this if there is no native implementation for this? I will present it here: best regards!