https://bugs.freedesktop.org/show_bug.cgi?id=50462

             Bug #: 50462
           Summary: Add AutoMin and AutoMax to data bars
    Classification: Unclassified
           Product: LibreOffice
           Version: unspecified
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Spreadsheet
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Excel 2010 supports AutoMin and AutoMax that work something like:

nMin = std::min<double>(nOldMin, 0);
nMax = std::min<double>(nOldMax, 0);

They are the default for Excel2010 data bars.

Also excel 2010 import needs to be adjusted.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to