Okay
  Public Ticket #1437241
Order of Line Charts
Closed

Comments

  • colic0 started the conversation

    On the bottom line chart on the page the line chart is in descending order however I would like this in Ascending order.  The SQL code is in Ascending order and also sorting on the table the chart uses but it still shows in Descending order and I cannot find anywhere to change this order?

    All I can see is if you put the table of data on the same page it will appear in the same format if you use the follow through function however I do not wish the data to be shown for this just the chart.

    Thanks

  •  472
    Isidora replied

    Hi colic0,
    Thank you for your purchase.

    If you are using follow table filtering table and the chart have to be on the same page. If you want to see only the chart, you can hide table with css.

    Just add this code in Custom wpDataTables CSS under the "Custom JS AND CSS" in main settings of wpdatatables.

    .wpDataTablesWrapper{            
        display:none !important;
    }

    This will be affected on all tables, but if you want just for specific one then insert this code on page where is that table between the style tag.(<style>Code here</style>)

    Kind Regards, 

    Isidora Markovic

    wpDataTables: FAQFacebookTwitterFront-end and back-end demoDocs

    Amelia: FAQFacebookTwitter |  Amelia demo sites | Docs

    You can try our wpDataTables add-ons before purchase on these sandbox sites:

    Powerful FiltersGravity Forms Integration for wpDataTablesFormidable Forms Integration for wpDataTables

  • colic0 replied

    ok that is fine.  Just to confirm that this is the only way to sort the order of the graph?  Not that much of an issue for me as I can use this method it just would be nice to be able to be able to display the chart in the order I want without having to use any of the table rules.

    It would also be nice to have the ability to create a graph independent of the table, so straight from sql code.

    Anyway thanks again for your help.

  •  472
    Isidora replied

    Hi colic0,

    You are welcome.

    Thank you for your suggestion. I will forward this to my team to think about this like a new feature in future.

    If you have any more issues feel free to open a new ticket, we will gladly help.

    We'd greatly appreciate it if you could take a minute and leave a review on CodeCanyon on this link. Thanks! 

    Kind Regards, 

    Isidora Markovic

    wpDataTables: FAQFacebookTwitterFront-end and back-end demoDocs

    Amelia: FAQFacebookTwitter |  Amelia demo sites | Docs

    You can try our wpDataTables add-ons before purchase on these sandbox sites:

    Powerful FiltersGravity Forms Integration for wpDataTablesFormidable Forms Integration for wpDataTables