@fluid-topics/ft-analytics-top-documents
TypeScript icon, indicating that this package has built-in type declarations

1.1.82 • Public • Published

A top documents component that displays a list of the most viewed documents in a Fluid Topics tenant. This component needs the ANALYTICS_USER role to work.

Install

npm install @fluid-topics/ft-analytics-top-documents
yarn add @fluid-topics/ft-analytics-top-documents

Usage

import { html } from "lit"
import "@fluid-topics/ft-analytics-top-documents"

function render() {
    return html`<ft-analytics-top-documents
        baseUrl: "https://my.fluidtopics.com/myTenant",
        startDate: '2022-01-01'
        endDate: '2022-02-01'
        documentNumber: 10>
    </ft-analytics-top-documents>`
}

Readme

Keywords

Package Sidebar

Install

npm i @fluid-topics/ft-analytics-top-documents

Weekly Downloads

301

Version

1.1.82

License

ISC

Unpacked Size

355 kB

Total Files

12

Last publish

Collaborators

  • antidot
  • mike.antidot