There is no option for this, but you can write your own shortcode and include the function for this plugin, with some custom args.
I threw something together quickly for you. I think it will work out of the box (haven’t tested it).
See https://pastebin.com/0QkShP2J
Place this in your functions.php.
You can then call it from the post content by using [custom-post-views].
You can tweak the output with 3 variables: [custom-post-views number=”10″ post_type=”post,page” order=”DESC”]
The values entered are the defaults.
Hope this helps you.