Falko Schindler 1 سال پیش
والد
کامیت
85c7f8a212
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      nicegui/elements/plotly.vue

+ 2 - 2
nicegui/elements/plotly.vue

@@ -19,7 +19,7 @@ export default {
       if (options.config === undefined) options.config = { responsive: true };
       if (options.config.responsive === undefined) options.config.responsive = true;
 
-      // Plotly.react can be used to create new plot and to update it efficiently
+      // Plotly.react can be used to create a new plot and to update it efficiently
       // https://plotly.com/javascript/plotlyjs-function-reference/#plotlyreact
       Plotly.react(this.$el.id, this.options.data, this.options.layout, options.config);
 
@@ -89,4 +89,4 @@ export default {
 .js-plotly-plot .plotly .modebar-btn svg {
   position: static;
 }
-</style>
+</style>