Hello there,
I was hoping to use a product to provide additional security to protect my Atlassian online servers, since they are publicly available, but I am finding that the same apps (SAML 2.0 Single Sign-On for Confluence), available for servers are not, yet, available for the cloud apps. I was hoping I overlooked a similar app or two for Jira or Confluence to allow this?
Thanks,
Kyle
Hey Elie,
You need to add this parameter to the macro via Confluence Source Editor (you can install this plugin via Confluence Admin >> Plugins). After installing the plugin, when you edit a page now, you should see a <> button on the top right corner of the editor. Click that, and you should see something like this:
<ac:macro ac:name="chart">
<ac:parameter ac:name="yLabel">Number of Issues</ac:parameter>
<ac:parameter ac:name="timePeriod">Month</ac:parameter>
<ac:parameter ac:name="dataOrientation">vertical</ac:parameter>
<ac:parameter ac:name="timeSeries">true</ac:parameter>
<ac:parameter ac:name="dateFormat">MM/yyyy</ac:parameter>
<ac:parameter ac:name="type">timeSeries</ac:parameter>
Add the following parameter to the list of parameters:
<ac:parameter ac:name="domainaxisrotateticklabel">true</ac:parameter>
And save the page. Problem solved!
Foogie
Hi Foogie,
the workaround work perfectly but please note that we are waiting for a chart plugin upgrade that fixes this bug.
noting that the admin did not accept to keep the Confluence Source Editor enabled.
Thank you for keeping us updated with the fix!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.