Skip to content

[QUESTION] How to create a group of multiple traits? #6377

Answered by mohamedsalem401
fasenderos asked this question in Q&A
Discussion options

You must be logged in to vote

Hey, I made you an example (note it won't sync, but it's just an example of how the overall structure of the code would look like). Hopefully, you should be able to edit it and make it work for your own use case.

<!doctype html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>GrapesJS Chart.js Plugin</title>
    <!-- Include Chart.js -->
    <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
    <!-- Include GrapesJS -->
    <link href="https://unpkg.com/grapesjs/dist/css/grapes.min.css" rel="stylesheet" />
    <script src="https://unpkg.com/grapesjs"></script>
    <style>
      body,

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@fasenderos
Comment options

@fasenderos
Comment options

Answer selected by fasenderos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants