You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2022/01/11 11:42:59 UTC

[GitHub] [superset] kgabryje commented on a change in pull request #17917: feat(plugin-chart-echarts): support non-timeseries x-axis

kgabryje commented on a change in pull request #17917:
URL: https://github.com/apache/superset/pull/17917#discussion_r782041541



##########
File path: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts
##########
@@ -63,7 +55,7 @@ export default class EchartsAreaChartPlugin extends ChartPlugin<
         category: t('Evolution'),
         credits: ['https://echarts.apache.org'],
         description: t(
-          'Time-series Area chart are similar to line chart in that they represent variables with the same scale, but area charts stack the metrics on top of each other. An area chart in Superset can be stream, stack, or expand.',
+          'Area charts are similar to line charts in that they represent variables with the same scale, but area charts stack the metrics on top of each other.',

Review comment:
       We probably should change that description only if FF is enabled, like in other charts




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org