Questions tagged [lucidchart]

Lucidchart is a diagramming tool for collaboration, with integration support.

Lucidchart is an online application for making flowcharts, UML, BPMN, ERD, network, workflow, process and other kinds of diagrams as well as floor plans, concept maps, UI mockups and wireframes. It's built on open web standards and hence works on all modern browsers. Mobile apps are available. It offers a limited API. It can be configured non-programmatically to integrate with Google Apps, Google Drive, Confluence, JIRA, Jive, Slack, Microsoft Office and others.

Helpful links:

24 questions
11
votes
1 answer

UML One to Many Class Relationship

I am very new to UML and am using Lucidchart to model some classes in java. I am trying to represent a one to many relationship where 1 artist will have many albums and each album will have 1 artist. Is this the correct way to model this…
Jacob Wilson
  • 430
  • 1
  • 5
  • 12
7
votes
3 answers

What do I need to learn to build interfaces similar to LucidChart

Here's a link to their demo. Basically, it's an online tool that implements a lot of the visio functionality. I'm building an app that would require similar type of user interaction, dropping, moving, editing, resizing objects, interacting with…
dassouki
  • 6,286
  • 7
  • 51
  • 81
6
votes
1 answer

Is it possible to export a Lucidchart diagram to json and then import that into draw.io?

I am trying to convert a large Lucidchart diagram that took quite a while to Draw.io. Draw.io recommends ctr-a, ctr-c, ctr-v, but that doesn't seem to be working. Draw.io also cryptically mentions however: draw.io supports importing the…
ohhh
  • 972
  • 9
  • 24
4
votes
0 answers

Connecting to lucid chart api

I'm trying to use lucid chart api. They are using oAuth1. But when I'm trying to connect, I get the following error : Response body is incorrect. Can't extract token and secret from this: 'Invalid oauth_verifier' package rest; import…
2
votes
0 answers

Select all the table and column from a database with primary / unique and foreign key attribute

Using MySQL 8 I need to import in LucidChart the ER extracted from a database. The following is the query they ask to exec to get the rows with all the info they need for the import. Unfortunately, this is not working as the only keys I can see are…
Luca Giardina
  • 478
  • 4
  • 14
2
votes
3 answers

Can Lucidchart make Enhanced ER Diagram (EERD)? if Yes then how to model supertype, subtype and inheritance?

I am start using Lucidchart for designing erd for my assignments. I prefered lucidchart for its simplicity. But my diagram has an extended relationship and I can't find anything to illustrate this relation in Lucidchart. I find out this Articale…
1
vote
0 answers

How can I convert my powerpoint presentation to lucidchart?

There are lot of descriptions how can I add my lucidchart to my powerpoint presentation. For example https://www.lucidchart.com/pages/integrations/microsoft-office-powerpoint Is there any way to convert my powerpoint chart to lucidchart? thanks in…
Costa Mirkin
  • 947
  • 3
  • 15
  • 39
1
vote
1 answer

Pandas convert list of dictionaries (GA output) into dataframe(s) that makes sense

I have been struggling with this logic. I am getting data from google analytics in this format, per user per site. (So these are all the activities that one user performed on the site) I cannot change the format in which I receive the data.…
1
vote
1 answer

Pause a sub-process BPMN

I've recently started at a new business and some of the processes are becoming a bit of a challenge to map out. Quite frequently we have a process that needs to go "on hold" when an event, which can occur at any point, is triggered. The problem I'm…
MattB
  • 11
  • 2
1
vote
1 answer

How to find which all are the built in data types for UML class diagram in Lucidchart?

In Lucidchart, which all data types are built in to use for attributes and parameters in class diagram?
1
vote
1 answer

Is there a way to generate redshift sql?

I have a visio .vdx for the design of the my data warehouse with Lucidchart. Is there a way to generate redshift sql from that ? What would be the best tool to work with Redshift data modeling ? If those sql generator can generate tables for special…
Hello lad
  • 17,344
  • 46
  • 127
  • 200
1
vote
1 answer

Reverse engineer c# into a format that can be imported to LucidCharts

I am trying to come up with a way to import our current large application into a UML diagram for LucidCharts. LucidCharts supports a vdx XML format from visio. I'm just mainly trying to find a way to do this easily instead of typing each class name…
Josh
  • 2,248
  • 2
  • 19
  • 38
0
votes
1 answer

Importing CSV to LucidChart to create ERD diagram

Referencing older question - Importing CSV to LucidChart. My issue is similar but database I'm getting my schema from is not a db type listed on LucidChart, its coming from databricks, not sure if that'd have any impact. Regardless I've followed the…
13R1_
  • 23
  • 4
0
votes
0 answers

Importing ERD (.mwb file) from MySQL Workbench to Lucidchart or Drawio

I have created the ERD on MySQL Workbench and exported it as .mwb file. I want to import this ERD into Lucidchart or any other diagram platform. I would to make chanages on the ERD. Is there a nay way to trasfer the ERD from MySQL Workbench to…
0
votes
1 answer

Lucidchart - how to delete objects between layers

I understand about the power of layers for additive operations, ie extending a diagram by showing more options/more detail etc. However what I want to understand is what is the way in which layers can be used to fundamentally change the objects in…
Andy K
  • 1
1
2