/* global React */ function MSMarkL({ size = 14 }) { return ( ); } function LegalNavV6() { return (
Contact Browse visuals
); } function LegalFooterV6() { return ( ); } function LegalShellV6({ title, effective, updated, children }) { return (
Home / {title}

{title}

{effective && Effective: {effective} · } {updated && Last updated: {updated}}

{children}
); } function H2V6({ children }) { return

{children}

; } function TermsV6() { return ( 1. Acceptance

By installing or using any TC visual ("the Visual"), you agree to be bound by these Terms of Use. If you do not agree, do not install or use the Visual.

2. License Grant

TCViz grants you a non-exclusive, non-transferable, revocable license to use the Visual within Microsoft Power BI, subject to these Terms and any applicable AppSource subscription terms.

3. Restrictions

You may not:

4. Intellectual Property

The Visual, including all source code, design and documentation, is the intellectual property of TCViz. Publishing source for transparency does not grant rights to create competing commercial products.

5. Disclaimer of Warranties

The Visual is provided "as is" without warranty of any kind. TCViz does not warrant that the Visual will be error-free or uninterrupted.

6. Limitation of Liability

To the maximum extent permitted by law, TCViz shall not be liable for any indirect, incidental, special, consequential or punitive damages arising from your use of the Visual.

7. Updates and Modifications

TCViz may update the Visual and these Terms at any time. Continued use after updates constitutes acceptance.

8. Governing Law

These Terms are governed by the laws of Spain. Any disputes shall be resolved in the competent courts of Tarragona, Spain.

9. Contact

For questions, contact TCViz · support@tcviz.com · tcviz.com

); } function PrivacyV6() { return ( 1. Overview

Each TC visual ("the Visual") is a Power BI custom visual developed and published by TCViz. This policy explains what data the Visual processes and your rights regarding that data.

2. Data Collected

The Visual does not collect, store, transmit or share any personal data. Specifically:

3. Data Processing

All data processing occurs within the Power BI runtime environment on your device or tenant. The Visual reads data provided through its field wells solely to render the visualization. This data never leaves the Power BI sandbox.

4. License Verification

To determine whether a user holds a Pro license, the Visual uses Microsoft's official IVisualLicenseManager API. TCViz does not receive or store personal data as part of this process. See Microsoft's Privacy Statement for details.

5. Third-Party Services

The Visual does not integrate with any third-party analytics, advertising or data-processing services.

6. Children's Privacy

The Visual is intended for business use and is not directed at children under 13.

7. Changes to This Policy

We may update this policy from time to time. Continued use after changes constitutes acceptance.

8. Contact

TCViz · support@tcviz.com · tcviz.com

); } window.TermsV6 = TermsV6; window.PrivacyV6 = PrivacyV6;