David Vegh commited on
Commit
3e62657
1 Parent(s): 1f6da66

Update ipyvizzu_demo.ipynb

Browse files
Files changed (1) hide show
  1. ipyvizzu_demo.ipynb +5 -1
ipyvizzu_demo.ipynb CHANGED
@@ -44,7 +44,11 @@
44
  "from ipyvizzu import Chart, Data, Config, Style\n",
45
  "\n",
46
  "\n",
47
- "chart = Chart(width=\"640px\", height=\"360px\", display=\"begin\")\n"
 
 
 
 
48
  ]
49
  },
50
  {
 
44
  "from ipyvizzu import Chart, Data, Config, Style\n",
45
  "\n",
46
  "\n",
47
+ "# chart = Chart(width=\"640px\", height=\"360px\")\n",
48
+ "# chart = Chart(width=\"640px\", height=\"360px\", display=\"begin\")\n",
49
+ "# chart = Chart(width=\"640px\", height=\"360px\", display=\"actual\") # default\n",
50
+ "chart = Chart(width=\"640px\", height=\"360px\", display=\"end\")\n",
51
+ "# chart = Chart(width=\"640px\", height=\"360px\", display=\"manual\")\n"
52
  ]
53
  },
54
  {