Dashboard charts - No legend/Key

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jeremy
    Junior Member
    • Aug 2016
    • 4

    Dashboard charts - No legend/Key

    Hi. Great product and slowly getting the hang of things. Ive added some test data for Leads and Opportunities and although the bar graphs show the correct amounts including the value when mouse hovered over the bar, there is no legend to indicate what each bar signifies. This applies to all charts (sales Pipe, Opp by stage, Opp by lead source).

    Please advise.

    Also, I cant seem to find the dashlet for Sales Funnel? Is this an add-on?

    Thanks
  • yuri
    Member
    • Mar 2014
    • 8624

    #2
    Hi,

    Can you attach screenshot? We don't have sales funnel. You can use Sales pipeline.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • Jeremy
      Junior Member
      • Aug 2016
      • 4

      #3
      See attached screen shot.

      ok. I've got sales pipeline

      Comment

      • yuri
        Member
        • Mar 2014
        • 8624

        #4
        Weird. What browser do you use? There must be a legend at the bottom.
        If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

        Comment

        • Jeremy
          Junior Member
          • Aug 2016
          • 4

          #5
          There isn't. I've attached another screen shot to show what other text is displayed.

          You might have something there with the browser. I'm using IE11 but just logged on using Chrome and it works!

          Comment

          • yuri
            Member
            • Mar 2014
            • 8624

            #6
            Ok, We will find out. Thanks.
            If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

            Comment

            • yuri
              Member
              • Mar 2014
              • 8624

              #7
              Can you take a look whether any javascript error occurs? F12 in IE browser.
              If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

              Comment

              • Jeremy
                Junior Member
                • Aug 2016
                • 4

                #8
                No. Nothing obvious

                !doctype html>
                <html>
                <head>
                <title>EspoCRM</title>
                <script type="text/javascript" src="client/espo.min.js?r=1470663699175" data-base-path=""></script>
                <link href="client/css/espo.css?r=1470663699175" rel="stylesheet" id='main-stylesheet'>
                <meta content="text/html;charset=utf-8" http-equiv="Content-Type">
                <meta content="utf-8" http-equiv="encoding">
                <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
                <meta name="description" content="EspoCRM is Open Source CRM application. Increase profitability through customer loyalty!">
                <link rel="icon" href="client/img/favicon.ico" type="image/x-icon">
                <link rel="shortcut icon" href="client/img/favicon.ico" type="image/x-icon">
                <script type="text/javascript">
                $(function () {
                Espo.loader.cacheTimestamp = 1471347481;
                Espo.require('app', function (App) {
                var app = new App({
                useCache: true,
                cacheTimestamp: 1471347481,
                basePath: ''
                }, function (app) {
                app.start();
                });
                });
                });
                </script>
                </head>
                <body>
                <div class="container content"></div>
                <footer>
                <p class="credit small">&copy; 2016 <a href="http://www.espocrm.com" title="Powered by EspoCRM" alt="Visit official EspoCRM website">EspoCRM</a></p>
                </footer>
                </body>
                </html>

                Comment

                Working...