Dashboard Discussion, Support, Examples, Help » How-To

Line Charts

(2 posts)
  1. Hi can you add a trendline in line charts?

    Posted 3 years ago #
  2. There is no default option to show trendline. But you could calculate your trend line in your Query and provide it as another line.

    For e.g
    select category, sum(sales) as category_sales, do_some_calcualtion(sales) as sales_trend
    from xyz
    group by category

    Posted 3 years ago #

RSS feed for this topic

Reply

You must log in to post.