Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions examples/coffee-warehouse-nextjs/app/components/Chart.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,13 @@ import {
ChartLegend,
ChartTooltip,
} from "@progress/kendo-react-charts";
const importHammerJs = () => import("hammerjs");
import { groupBy, filterBy } from "@progress/kendo-data-query";
import { useInternationalization } from "@progress/kendo-react-intl";
import { locales } from "./../resources/locales";

const MONTH_FORMAT = "MMMM yyyy";

export const Chart = (props) => {
if (typeof window !== "undefined") {
importHammerJs();
}

const {
data,
groupByField,
Expand Down
1 change: 0 additions & 1 deletion examples/coffee-warehouse-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"cldr-core": "44.0.1",
"cldr-dates-full": "44.0.1",
"cldr-numbers-full": "44.0.1",
"hammerjs": "^2.0.8",
"next": "14.2.30",
"react": "^18",
"react-dom": "^18"
Expand Down
1 change: 0 additions & 1 deletion examples/kendo-react-build-a-sales-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"@progress/kendo-ripple": "^1.0.2",
"@progress/kendo-theme-material": "^11.0.2",
"bootstrap-4-grid": "^3.4.0",
"hammerjs": "^2.0.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React from 'react';
import 'hammerjs';

import {
Chart,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React from 'react';
import 'hammerjs';

import {
Chart,
Expand Down
10 changes: 0 additions & 10 deletions examples/kendo-react-finance-portfolio/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion examples/kendo-react-finance-portfolio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
"file-loader": "^6.2.0",
"fs-extra": "^11.2.0",
"gh-pages": "^6.1.0",
"hammerjs": "^2.0.8",
"html-webpack-plugin": "^5.6.0",
"identity-obj-proxy": "^3.0.0",
"is-wsl": "^3.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import {
ChartNavigatorCategoryAxis,
} from '@progress/kendo-react-charts';

import 'hammerjs';
import styles from './stock.module.scss';
import { dataService } from '../../services';
import { useInternationalization } from '@progress/kendo-react-intl';
Expand Down
Loading