Hello,
I just encountered the following problem when Caching is enabled for a pocket query:
Caching not enabled:
(1) Confluence page is loaded
(2) The query is executed normally when not cached (with poor performance)
Caching enabled:
(1) Confluence page is loaded
(2) The query is executed normally when not cached (with poor performance)
(3) Confluence page is reloaded (caching should have an effect now, right?)
(4) Following error occours: "All series on a given axis must be of the same data type"
As template an AreaChart is used:
<script>
PocketQuery.chart('AreaChart',
{ title: "Eröffnete und geschlossene Tickets der letzten 14 Tage",
hAxis: { title: "Tag" },
vAxis: { title: "Tickets"},
width: 1024,
height: 480
}
);
</script>
This may be an issue with the Google Chart API, but why does it occur wenn caching is enabled?
Could you please help me with this?
Many thanks in advance,
Phillip
Hi Phillip! That will be some time in mid May most probably. Will this be ok?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Felix,
thanks for your support. We deployed the early release in our testing environment and the caching does work now. Great! :-)
As I do not necessarily want to deploy the ER in our production environment- could you tell me when the official release is planned?
BR
Phillip
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Phillip,
We're about to release PocketQuery 2.1 which should fix a few caching issues. Can you try if this early release fixes your issue?
Regards, Felix (Scandio)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.