wack0 commited on
Commit
89f145b
·
verified ·
1 Parent(s): 8f11ace

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -201,7 +201,7 @@ def _(
201
  @app.cell
202
  def _(math, tabs):
203
  # Sunburst chart: dimensions + position
204
- CX, CY = 400, 380
205
  MAX_RADIUS = 350
206
  MIN_RADIUS = 80
207
  TW, TH = 245, 105
@@ -592,7 +592,7 @@ def _(
592
  svg_markup = f"""
593
  <div id="{render_key}-container">
594
  {css}
595
- <svg width="800" height="800" viewBox="0 0 800 800" xmlns="http://www.w3.org/2000/svg">
596
  <defs>
597
  <filter id="tipshadow" x="-5%" y="-5%" width="120%" height="130%">
598
  <feDropShadow dx="0" dy="3" stdDeviation="5" flood-color="#000" flood-opacity="0.45"/>
 
201
  @app.cell
202
  def _(math, tabs):
203
  # Sunburst chart: dimensions + position
204
+ CX, CY = 500, 380
205
  MAX_RADIUS = 350
206
  MIN_RADIUS = 80
207
  TW, TH = 245, 105
 
592
  svg_markup = f"""
593
  <div id="{render_key}-container">
594
  {css}
595
+ <svg width="1000" height="800" viewBox="0 0 1000 800" xmlns="http://www.w3.org/2000/svg">
596
  <defs>
597
  <filter id="tipshadow" x="-5%" y="-5%" width="120%" height="130%">
598
  <feDropShadow dx="0" dy="3" stdDeviation="5" flood-color="#000" flood-opacity="0.45"/>