Skip to content

Commit

Permalink
AG-13391 - Show enterprise feature message for Community navigator use.
Browse files Browse the repository at this point in the history
  • Loading branch information
alantreadway committed Nov 27, 2024
1 parent 2ab3fa4 commit f07428a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const EXPECTED_ENTERPRISE_MODULES: EnterpriseModuleStub[] = [
chartTypes: ['cartesian', 'polar', 'hierarchy', 'topology', 'flow-proportion', 'standalone', 'gauge'],
identifier: 'gradient',
},
{ type: 'root', optionsKey: 'navigator', chartTypes: ['cartesian'], optionsInnerKey: 'miniChart' },
{ type: 'root', optionsKey: 'navigator', chartTypes: ['cartesian'] },
{ type: 'axis', optionsKey: 'axes[]', chartTypes: ['polar'], identifier: 'angle-category' },
{ type: 'axis', optionsKey: 'axes[]', chartTypes: ['polar'], identifier: 'angle-number' },
{ type: 'axis', optionsKey: 'axes[]', chartTypes: ['polar'], identifier: 'radius-category' },
Expand Down

0 comments on commit f07428a

Please sign in to comment.