Skip to content

Commit a497b57

Browse files
committed
update reademe.txt
1 parent ef4db84 commit a497b57

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

readme.txt

+26-26
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The plugin uses Google Visualization API, DataTables.net and ChartJS to add resp
2020
This WordPress graph plugin provides a variety of charts that are optimized to address your WordPress data visualization needs. In the free version, it has line charts, bar charts, pie charts, table charts. These charts are based on pure HTML5/SVG technology (adopting VML for old IE versions), so no extra plugins are required. Adding these charts to your page can be done in a few simple steps.
2121

2222
### One of the best table plugin for wordpress ###
23-
On top of our responsive charts and graphs, you can also add our responsive tables to your posts and pages, and customize them however you like. Not only can you customize the design of the tables, you can add sorting capabilities, pagination, search and more. You can view a few examples of what can be done <a href="https://demo.themeisle.com/visualizer/table-chart/">here</a>, but many more things can be done, including pricing tables and product tables.
23+
On top of our responsive charts and graphs, you can also add our responsive tables to your posts and pages, and customize them however you like. Not only can you customize the design of the tables, you can add sorting capabilities, pagination, search and more. You can view a few examples of what can be done <a href="https://demo.themeisle.com/visualizer/table-chart/">here</a>, but many more things can be done, including pricing tables and product tables.
2424

2525
### Flexible and customizable ###
2626
Make the charts your own. Configure an extensive set of options to perfectly match the look and feel of your website. You can use Google Chart Tools with their default setting - all customization is optional and the basic setup is launch-ready. However, charts and graphs can be easily customizable in case your webpage adopts a style which is at odds with provided defaults. Every chart exposes a number of options that customize its look and feel.
@@ -391,13 +391,13 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have `
391391

392392
##### [Version 3.7.11](https://github.com/Codeinwp/visualizer/compare/v3.7.10...v3.7.11) (2022-08-30)
393393

394-
- Fix update axis baseline color [#925](https://github.com/Codeinwp/visualizer/issues/925)
394+
- Fix update axis baseline color [#925](https://github.com/Codeinwp/visualizer/issues/925)
395395
- Update more features images [#926](https://github.com/Codeinwp/visualizer/issues/926)
396-
- Fix update minor grid line field [#924](https://github.com/Codeinwp/visualizer/issues/924)
397-
- Add new filter for container attributes [#922](https://github.com/Codeinwp/visualizer/issues/922)
398-
- Fix axis data format issue [#920](https://github.com/Codeinwp/visualizer/issues/920)
399-
- Chart unique title [#915](https://github.com/Codeinwp/visualizer/issues/915)
400-
- Fix block back button issue [#930](https://github.com/Codeinwp/visualizer/issues/930)
396+
- Fix update minor grid line field [#924](https://github.com/Codeinwp/visualizer/issues/924)
397+
- Add new filter for container attributes [#922](https://github.com/Codeinwp/visualizer/issues/922)
398+
- Fix axis data format issue [#920](https://github.com/Codeinwp/visualizer/issues/920)
399+
- Chart unique title [#915](https://github.com/Codeinwp/visualizer/issues/915)
400+
- Fix block back button issue [#930](https://github.com/Codeinwp/visualizer/issues/930)
401401
- Userguide broken documentation link [#918](https://github.com/Codeinwp/visualizer/issues/918)
402402

403403

@@ -475,7 +475,7 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have `
475475
##### [Version 3.7.2](https://github.com/Codeinwp/visualizer/compare/v3.7.1...v3.7.2) (2021-12-20)
476476

477477
- Add latest chartJS library support in the bar chart
478-
- Fix horizontal axis showing date format in Bar chart
478+
- Fix horizontal axis showing date format in Bar chart
479479
- Fix orientation rotate issue in mobile
480480
- CSS performance improvements
481481
- Improve JS performance
@@ -485,7 +485,7 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have `
485485

486486
##### [Version 3.7.1](https://github.com/Codeinwp/visualizer/compare/v3.7.0...v3.7.1) (2021-11-17)
487487

488-
- [Feat] Allow charts to render in dashboard areas via 3rd party plugins like Dashboard Widgets Suite
488+
- [Feat] Allow charts to render in dashboard areas via 3rd party plugins like Dashboard Widgets Suite
489489
- [Fix] Changing Line Chart series style to dot on some series changes the order of tooltip information
490490
- [Fix] Problem with X-Axis of Line chart on Safari if date/datetime is used as values
491491
- [Fix] Multiple Visualizer charts causing rendering issues (blank page)
@@ -500,14 +500,14 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have `
500500

501501
#### Features
502502
- Add option to enable/disable save the chart image
503-
- Enhanced caching
503+
- Enhanced caching
504504

505505
#### Fixes
506506
- Fix undefined variable errors when using Gutenberg blocks
507507
- Fix broken chart in iOS and Safari
508508
- Fix custom refresh time support for DB chart
509-
- Fix table placed inside accordion cannot be scrolled down (refreshes all the time)
510-
- Fix pagination doesn't work in the library
509+
- Fix table placed inside accordion cannot be scrolled down (refreshes all the time)
510+
- Fix pagination doesn't work in the library
511511
- Fix HTML entities in JSON break Visualizer Table Chart
512512
- Fix string type columns affect the target of the formatting applied to a number column
513513

@@ -516,7 +516,7 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have `
516516

517517
##### [Version 3.6.1](https://github.com/Codeinwp/visualizer/compare/v3.6.0...v3.6.1) (2021-08-04)
518518

519-
- Fix broken dropdown style issue
519+
- Fix broken dropdown style issue
520520
- Add block support in widget area
521521
- Add wp alpha color picker support
522522
- Fix broken chart layout issue when add long title
@@ -543,11 +543,11 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have `
543543
##### [Version 3.5.1](https://github.com/Codeinwp/visualizer/compare/v3.5.0...v3.5.1) (2021-05-25)
544544

545545

546-
- Fix compatibility with 3rd party plugins which use the same js library as Visualizer [#801](https://github.com/Codeinwp/visualizer/issues/801)
547-
- Fix fatal error when a new chart is created on PHP 8 [#795](https://github.com/Codeinwp/visualizer/issues/795)
546+
- Fix compatibility with 3rd party plugins which use the same js library as Visualizer [#801](https://github.com/Codeinwp/visualizer/issues/801)
547+
- Fix fatal error when a new chart is created on PHP 8 [#795](https://github.com/Codeinwp/visualizer/issues/795)
548548
- Chart doesn't get refreshed automatically when the JSON endpoint is used as the data source
549-
550-
#### Features:
549+
550+
#### Features:
551551
- Adds option to add schema.org Dataset for license and creator [#794](https://github.com/Codeinwp/visualizer/issues/794)
552552

553553

@@ -556,7 +556,7 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have `
556556
#### [Version 3.5.0](https://github.com/Codeinwp/visualizer/compare/v3.4.11...v3.5.0) (2021-04-28)
557557

558558
#### Fixes
559-
- Permissions tab disappears after a user modifies a chart's data
559+
- Permissions tab disappears after a user modifies a chart's data
560560
- Conflict with Edit Flow plugin
561561
- Improve compatibility with Ninja Forms
562562
- Fix for color for Minor Grid Lines not working
@@ -567,36 +567,36 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have `
567567

568568

569569

570-
= 3.4.11 - 2021-02-16 =
570+
= 3.4.11 - 2021-02-16 =
571571

572572
[Feat] Tested up to WP 5.6
573573

574574

575-
= 3.4.10 - 2020-12-09 =
575+
= 3.4.10 - 2020-12-09 =
576576

577577
* [Fix] Compatibility with Composer 2.0
578578

579579

580-
= 3.4.9 - 2020-11-26 =
580+
= 3.4.9 - 2020-11-26 =
581581

582582
* [Fix] Pie chart slices offset problem in the Gutenberg editor
583583
* [Fix] Warning is thrown when remote file is used as source
584584
* [Fix] Bubble chart legend position not working in the Gutenberg editor
585585

586586

587-
= 3.4.8 - 2020-09-29 =
587+
= 3.4.8 - 2020-09-29 =
588588

589589
* [Fix] Option to edit charts imported from JSON
590590

591591

592-
= 3.4.7 - 2020-09-21 =
592+
= 3.4.7 - 2020-09-21 =
593593

594594
* - [Fix] Import from JSON: Reordering columns only reorders the label, not the associated data
595595
* - [Fix] numberFormat option doesn't apply in Bar charts when using annotations
596596
* - [Fix] Google GEO chart is not rendering if 3rd data column is added
597597

598598

599-
= 3.4.6 - 2020-08-11 =
599+
= 3.4.6 - 2020-08-11 =
600600

601601
* - [Feat] Show chart ID in the chart library
602602
* - [Fix] Compatibility with WP 5.5
@@ -605,15 +605,15 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have `
605605
* - [Fix] Duplicated enque for jsapi loader
606606

607607

608-
= 3.4.5 - 2020-07-08 =
608+
= 3.4.5 - 2020-07-08 =
609609

610610
* [Feat] New Google Table Charts
611611
* [Feat] Option for lazy loading Google Charts
612612
* [Feat] Option to easily copy chart shortcode code
613613
* [Fix] Remove Inside the Chart option for the legend position for Google Pie charts
614614

615615

616-
= 3.4.4 - 2020-06-16 =
616+
= 3.4.4 - 2020-06-16 =
617617

618618
* [Feat] Option to download charts as .png images
619619
* [Fix] Make UI more intuitive when a chart is missing in the editor

0 commit comments

Comments
 (0)