gradio-pr-bot commited on
Commit
a9dc935
·
verified ·
1 Parent(s): e8634ec

Upload folder using huggingface_hub

Browse files
6.1.0/nativeplot/Index.svelte CHANGED
@@ -643,7 +643,9 @@
643
  legend: {
644
  orient: "bottom",
645
  title: gradio.props.color_title,
646
- values: [...gradio.props.colors_in_legend] || undefined
 
 
647
  },
648
  scale:
649
  gradio.props.value!.datatypes[gradio.props.color] ===
@@ -766,6 +768,7 @@
766
  } as Spec;
767
  }
768
  /* eslint-enable complexity */
 
769
  </script>
770
 
771
  <Block
 
643
  legend: {
644
  orient: "bottom",
645
  title: gradio.props.color_title,
646
+ values: gradio.props.colors_in_legend?.length
647
+ ? [...gradio.props.colors_in_legend]
648
+ : undefined
649
  },
650
  scale:
651
  gradio.props.value!.datatypes[gradio.props.color] ===
 
768
  } as Spec;
769
  }
770
  /* eslint-enable complexity */
771
+ $inspect("visible", gradio.shared.visible);
772
  </script>
773
 
774
  <Block
6.1.0/nativeplot/package.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "@gradio/nativeplot",
3
- "version": "0.9.0",
4
  "description": "Gradio UI packages",
5
  "type": "module",
6
  "author": "",
 
1
  {
2
  "name": "@gradio/nativeplot",
3
+ "version": "0.9.1",
4
  "description": "Gradio UI packages",
5
  "type": "module",
6
  "author": "",