IMPROVEMENTS
- Continual and substantial updates to the Search Analytics on Slack.
- Datasource: Added a way to manually refresh an authentication token for Google Analytics
- Charts: There's a new flag in town to hide grouping columns when using a DataGrid chart with groupings.
- C9QL: New function alert! Getting the number of days in a month is now as simple as using the DAYS_IN_MONTH function.
- Embed: Sometimes more options are a good thing. If embedding Single-Sign-On with the JS API, there's a new flag to disable the live chat functionality from your end-users by using the chat: false attribute.
function loadChart() {
Knowi.render('#knowi-div', {
type: 'single',
chat: false,
url: "https://knowi.com/",
view: {
title: true,
header: true
}
}, function () {
});
}
FIXED
- Drilldowns: Resolved an issue with multiple dashboard drilldowns getting stuck when in a public Share URL